Hi,
as far as I see, jclouds only support SharedKeyLite authorization for Azure 
Blobstorage.
 
Would you welcome a PR that adds support for SharedKey authorization 
(https://docs.microsoft.com/en-us/rest/api/storageservices/authorize-with-shared-key)?
 
I'm thinking of writing a class similar to the one for SharedKeyLite 
Authorization 
(https://github.com/apache/jclouds/blob/0b89ee0825d45de1193090cdd5efc5f1135fa200/providers/azureblob/src/main/java/org/jclouds/azure/storage/filters/SharedKeyLiteAuthentication.java)
 and adding a guice module that allows you to enable the new authentication 
scheme when creating a BlobStoreContext.
 
Regards,
Patrick von Steht

Reply via email to