On 03/09/13 15:25, Yehuda Sadeh wrote:
Boto prog:
#!/usr/bin/python
import boto
import boto.s3.connection
access_key = 'X5E5BXJHCZGGII3HAWBB',
secret_key = '' # redacted
conn = boto.connect_s3(
aws_access_key_id = access_key,
aws_secret_access_key = se
On Mon, Sep 2, 2013 at 5:47 PM, Mark Kirkwood
wrote:
> I have a test setup for Radosgw on a single box. The Swift side of things
> works fine, but trying S3 (via boto) I am encountering the error:
>
> error reading user info, uid=('X5E5BXJHCZGGII3HAWBB',) can't authenticate
>
> Now the access key