From user-return-2912-archive-asf-public=cust-asf.ponee.io@jclouds.apache.org Thu Dec 10 18:03:17 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 178B818062B for ; Thu, 10 Dec 2020 19:03:17 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 4682D67E96 for ; Thu, 10 Dec 2020 18:03:16 +0000 (UTC) Received: (qmail 7363 invoked by uid 500); 10 Dec 2020 18:03:15 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 7352 invoked by uid 99); 10 Dec 2020 18:03:15 -0000 Received: from ui-eu-02.ponee.io (HELO localhost) (116.202.110.96) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2020 18:03:15 +0000 In-Reply-To: Date: Thu, 10 Dec 2020 18:03:13 -0000 Message-ID: Content-Type: text/plain; charset=utf-8 Subject: AWS v4 Signature algorithm required for generic-S3 MIME-Version: 1.0 To: References: x-ponymail-agent: PonyMail Composer/0.2 From: John Calcote X-Mailer: LuaSocket 3.0-rc1 x-ponymail-sender: 21219614ed8989b1a896340bd9adb1f87f95c146 Hi all - We have a client who would like to use jclouds with ONTAP 9.8, which requires V4 signatures AND path-based URL naming. I believe the true AWS S3 provider requires virtual bucket URL naming. Anyone have any ideas on how to either: 1) coerce jclouds into using the AWS S3 provider with path-based naming or 2) coerce jclouds into using the generic S3 provider with V4 signing Thanks in advance. John