You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/10/03 10:15:45 UTC

[GitHub] [openwhisk] chetanmeh opened a new issue #4666: AttachmentStore implementation for Azure Blob Store

chetanmeh opened a new issue #4666: AttachmentStore implementation for Azure Blob Store 
URL: https://github.com/apache/openwhisk/issues/4666
 
 
   For deployment in Azure we need to enable storage support for Azure Blob Store for code attachments. This issue is meant to track the various aspects which need to be considered for any such implementation
   
   ## SDK Library to use
   
   Currently there are 2 options for Azure Blob Store SDK
   
   * v8 
       - synchronous 
       - https://github.com/Azure/azure-storage-java
   * v12Preview 
       - asynchronous 
       - https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-blob
       - It appears to [support only JDK 9+][2]
   
   Another option can be to make direct REST calls using Akka HTTP client as we need very basic feature set
   
   1. Upload blob
   2. Get blob
   3. Delete blob
   4. List a path for children
     
   
   See [Azure Storage Java V12 Changes & Roadmap][1] for details on the roadmap.
   
   [1]: https://github.com/Azure/azure-storage-java/blob/master/V12%20Upgrade%20Story.md
   [2]: https://github.com/Azure/azure-sdk-for-java/blob/fe03e64f3557711a634f2e0070554945c6a812fe/sdk/storage/azure-storage-blob/pom.xml#L215-L222

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services