s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

Add an Azure storage backend that uses the Microsoft SDK

Open gaul opened this issue 1 year ago • 1 comments

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.

gaul avatar Feb 20 '24 04:02 gaul

The existing jclouds implementation:

https://github.com/apache/jclouds/blob/master/providers/azureblob/src/main/java/org/jclouds/azureblob/blobstore/AzureBlobStore.java

gaul avatar Aug 04 '24 06:08 gaul