deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

feat(create_bucket): Use BlobService instead of BlockBlobService. #122

Closed monaka closed 8 years ago

monaka commented 8 years ago

It is based on WAL-E style. Accessing Azure' Blob Store by BlockBlobStore makes Dais unstable. (I'm not sure the reason why...)

This fix is related on deis/wal-e#14

deis-admin commented 8 years ago

Thanks for the contribution! Please ensure your commits follow our style guide. This code will be tested once a Deis maintainer reviews it.

kmala commented 8 years ago

Blobservice is deprecated in the release v.0.30.0 and refactored into BlockBlob and PageBlob..to use simple Blobservice you need to use an old version of azure python client https://github.com/Azure/azure-storage-python/releases/tag/v0.30.0

monaka commented 8 years ago

Hmm... this is a side effect on my WAL-E fix. I close it and back to WAL-E fix.