From issues-return-40393-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Oct 3 10:15:46 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DBB1518065B for ; Thu, 3 Oct 2019 12:15:45 +0200 (CEST) Received: (qmail 20905 invoked by uid 500); 3 Oct 2019 10:15:45 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 20896 invoked by uid 99); 3 Oct 2019 10:15:45 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2019 10:15:45 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk] chetanmeh opened a new issue #4666: AttachmentStore implementation for Azure Blob Store Message-ID: <157009774521.8962.10152040940854667303.gitbox@gitbox.apache.org> Date: Thu, 03 Oct 2019 10:15:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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