Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F5D01858A for ; Thu, 3 Dec 2015 18:26:15 +0000 (UTC) Received: (qmail 19284 invoked by uid 500); 3 Dec 2015 18:26:15 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 19211 invoked by uid 500); 3 Dec 2015 18:26: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 19201 invoked by uid 99); 3 Dec 2015 18:26:15 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 18:26:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0384BC05AC for ; Thu, 3 Dec 2015 18:26:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.149 X-Spam-Level: *** X-Spam-Status: No, score=3.149 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id XKe_o4p2D32e for ; Thu, 3 Dec 2015 18:26:07 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id EF01720ECF for ; Thu, 3 Dec 2015 18:26:06 +0000 (UTC) Received: by qgec40 with SMTP id c40so67739917qge.2 for ; Thu, 03 Dec 2015 10:26:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=95hWx4RABnpY2MJjpaBV8xFl0sCoDhwDm1aXDYz4o3k=; b=iQd/tCESltPI27NmXbuD3pUhrlfb4d7uTc9el2kV4WX/6yOCSMLApRyIACH37Av3ER 7wdz76yd4bCoSH8DSGI+WYWXqb0rDRlU5KwdMBGQ9m9X8EyoEKOVlNWekfB0i4VSk5Xz 3CsVS9gG2IHcS6ZspTpSCbsS2rAOjk82vqMdbJuTOHnBGywkQiwAhrveZOi7rBKcrEM3 QUOq+O60fkSIwMXtyYrjiTht+auqTHJB//pgdPcLLzD6pJRmWKbCgjPfA4WQyyuQ/tmS du2i26fvsWxceLO1FQOScidnvGT9kISiVyPbih1aBRhb1zXJvhnRuYM9qfPerXqY72CO RkZQ== X-Received: by 10.140.97.229 with SMTP id m92mr12946129qge.22.1449167165850; Thu, 03 Dec 2015 10:26:05 -0800 (PST) MIME-Version: 1.0 References: <3faa22f7f18388b8ae88721216398a6e@qrmedia.com> <9b3c74164feaeb3df22d19a863be0bed@qrmedia.com> In-Reply-To: From: Forrest Townsend Date: Thu, 03 Dec 2015 18:25:56 +0000 Message-ID: Subject: Re: jclouds 1.8.1 to Openstack Swift3 object store To: Andrew Phillips Cc: user@jclouds.apache.org Content-Type: multipart/alternative; boundary=001a113a61ce240b16052602867f --001a113a61ce240b16052602867f Content-Type: text/plain; charset=UTF-8 Calling get_acl() on the bucket. >> Get ACL for dummy bucket send: 'GET /boto-demo-1449167038/?acl HTTP/1.1\r\nHost: {URL}:8080\r\nAccept-Encoding: identity\r\nDate: Thu, 03 Dec 2015 18:23:59 GMT\r\nContent-Length: 0\r\nAuthorization: AWS {ACCESS-KEY-ID}:9/Iz9Ac+lpflrlcI/xJgr+F7xkc=\r\nUser-Agent: Boto/2.38.0 Python/2.7.10 Windows/7\r\n\r\n' reply: 'HTTP/1.1 200 OK\r\n' header: x-amz-id-2: txf15941b17a7e4247b39d1-00566088be header: Content-Length: 450 header: x-amz-request-id: txf15941b17a7e4247b39d1-00566088be header: Content-Type: text/plain header: X-Trans-Id: txf15941b17a7e4247b39d1-00566088be header: Date: Thu, 03 Dec 2015 18:23:58 GMT On Thu, Dec 3, 2015 at 11:11 AM Andrew Phillips wrote: > Hi Forrest > > > Here is the code I used to generate results file, > > http://pastebin.com/x85yHTHW > > Looking at the code snippet, it doesn't seem like we're actually making > an ACL call with boto. Could you see what happens if you add that? > > > http://boto.cloudhackers.com/en/latest/ref/s3.html?highlight=get_acl#boto.s3.bucket.Bucket.get_acl > > Regards > > ap > --001a113a61ce240b16052602867f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Calling get_acl() =C2=A0on the bucket.

>>= ; Get ACL for dummy bucket
send: 'GET /boto-demo-1449167038/?= acl HTTP/1.1\r\nHost: {URL}:8080\r\nAccept-Encoding: identity\r\nDate: Thu,= 03 Dec 2015 18:23:59 GMT\r\nContent-Length: 0\r\nAuthorization: AWS {ACCES= S-KEY-ID}:9/Iz9Ac+lpflrlcI/xJgr+F7xkc=3D\r\nUser-Agent: Boto/2.38.0 Python/= 2.7.10 Windows/7\r\n\r\n'
reply: 'HTTP/1.1 200 OK\r\n'= ;
header: x-amz-id-2: txf15941b17a7e4247b39d1-00566088be

header: Content-Length: 450

heade= r: x-amz-request-id: txf15941b17a7e4247b39d1-00566088be

header: Content-Type: text/plain

header: X-T= rans-Id: txf15941b17a7e4247b39d1-00566088be

header= : Date: Thu, 03 Dec 2015 18:23:58 GMT

On Thu, Dec 3, 2015 at 11:11 AM Andrew Phillips <<= a href=3D"mailto:andrewp@apache.org">andrewp@apache.org> wrote:
<= /div>
Hi Forrest

> Here is the code I used to generate results file,
> http://pastebin.com/x85yHTHW

Looking at the code snippet, it doesn't seem like we're actually ma= king
an ACL call with boto. Could you see what happens if you add that?

= http://boto.cloudhackers.com/en/latest/ref/s3.html?highlight=3Dget_acl#boto= .s3.bucket.Bucket.get_acl

Regards

ap
--001a113a61ce240b16052602867f--