s3proxy
s3proxy copied to clipboard
Add an Azure storage backend that uses the Microsoft SDK
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.
The existing jclouds implementation:
https://github.com/apache/jclouds/blob/master/providers/azureblob/src/main/java/org/jclouds/azureblob/blobstore/AzureBlobStore.java