streamingfast / dstore

Blob stores abstractions. Supports AWS S3, Google Storage, Azure Blob File Storage, and local FS
https://dfuse.io
Apache License 2.0
11 stars 10 forks source link

Support Azure Blob Storage #1

Closed abourget closed 4 years ago

abourget commented 4 years ago

To ease deployments on Azure.

Please based this one off of branch https://github.com/dfuse-io/dstore/tree/feature/ctx-and-s3 as it contains the S3 implementation draft, clean-ups and the use of context.Context on calls.

abourget commented 4 years ago

Done in recent commits.