Re: [ceph-users] Anybody gotten boto3 and ceph RGW working?

2017-08-23 Thread Bryan Banister
That was the problem, thanks again, -Bryan From: Bryan Banister Sent: Wednesday, August 23, 2017 9:06 AM To: Bryan Banister <bbanis...@jumptrading.com>; Abhishek Lekshmanan <abhis...@suse.com>; ceph-users@lists.ceph.com Subject: RE: [ceph-users] Anybody gotten boto3 and ceph RGW wor

Re: [ceph-users] Anybody gotten boto3 and ceph RGW working?

2017-08-23 Thread Bryan Banister
To: Abhishek Lekshmanan <abhis...@suse.com>; ceph-users@lists.ceph.com Subject: Re: [ceph-users] Anybody gotten boto3 and ceph RGW working? Note: External Email Here is the error I get: # python3 boto3_test.py Traceback (most recent call last): File "bo

Re: [ceph-users] Anybody gotten boto3 and ceph RGW working?

2017-08-23 Thread Bryan Banister
sl=False ) # config=boto3.session.Config(signature_version='s3v2') for bucket in s3.list_buckets(): for key in bucket.objects.all(): print(key.key) Thanks in advance for any help!! -Bryan -----Original Message- From: Abhishek Lekshmanan [mailto:a

Re: [ceph-users] Anybody gotten boto3 and ceph RGW working?

2017-08-23 Thread Abhishek Lekshmanan
Bryan Banister writes: > Hello, > > I have the boto python API working with our ceph cluster but haven't figured > out a way to get boto3 to communicate yet to our RGWs. Anybody have a simple > example? I just use the client interface as described in

[ceph-users] Anybody gotten boto3 and ceph RGW working?

2017-08-22 Thread Bryan Banister
Hello, I have the boto python API working with our ceph cluster but haven't figured out a way to get boto3 to communicate yet to our RGWs. Anybody have a simple example? Cheers for any help! -Bryan Note: This email is for the confidential use of the named