[ https://issues.apache.org/jira/browse/JCLOUDS-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17283792#comment-17283792 ]
Rajesh Dubey commented on JCLOUDS-1564: --------------------------------------- Andrew Gaul. We are going thru the implementation and checking right now if every thing that is supported in azure sdk is supported in jclouds.we will need to do same thing for google cloud and s3.Based on that we need to make a call if we need to go with native for each or jclouds for everything. We need everything supported natively to be available in JClouds. Contributing to jclouds should not be an issue as long as it is not more expensive than going native. One more thing that came up was in the container ACL jclouds just sets CONTAINER,BLOB and PRIVATE.It is missing read/write permission <?xml version="1.0" encoding="utf-8"?> <SignedIdentifiers> <SignedIdentifier> <Id>unique-64-character-value</Id> <AccessPolicy> <Start>start-time</Start> <Expiry>expiry-time</Expiry> <Permission>abbreviated-permission-list</Permission> </AccessPolicy> </SignedIdentifier> </SignedIdentifiers> > Azure Blob Storage snapshot support > ----------------------------------- > > Key: JCLOUDS-1564 > URL: https://issues.apache.org/jira/browse/JCLOUDS-1564 > Project: jclouds > Issue Type: New Feature > Components: jclouds-blobstore > Affects Versions: 2.2.1 > Reporter: Rajesh Dubey > Priority: Major > Labels: azureblob > > Azure Blob storage Rest API supports creating snapshot.I do not see it > implemented for Azure -- This message was sent by Atlassian Jira (v8.3.4#803005)