gaul / s3proxy

Access other storage backends via the S3 API
Apache License 2.0
1.65k stars 220 forks source link

Add an Azure storage backend that uses the Microsoft SDK #606

Open gaul opened 4 months ago

gaul commented 4 months ago

S3Proxy currently uses Apache jclouds for its Azure Blob integration. This uses the native REST API and has some advantages in terms of similar configuration and logging. However the Microsoft SDK has many more features including authentication that are popular user requests, e.g., #536. This might not be a lot of work to just create a BlobStore implementation that calls into the SDK.