Re: Config boto file for upload data to another account?

48 views
Skip to first unread message
Message has been deleted

Mike Schwartz (Google Storage Team)

unread,
Jul 4, 2012, 1:21:04 PM7/4/12
to gsutil-...@googlegroups.com
Hi,

Please don't set s3_host - that configuration option is intended for developers of the cloud storage service itself (e.g., so a developer can use gsutil to test versions of the server under development).

Also, in order to copy data between cloud providers you need to configure keys for both providers - i.e.., you need to set gs_access_key_id, gs_secret_access_key, aws_access_key_id, and aws_secret_access_key, for the respective providers.

Mike


On Wed, Jul 4, 2012 at 7:53 AM, <huya...@gmail.com> wrote:
Sorry, i speed English not good

i want to config boto file for upload data to bucket of another account, how must i do?

I see anything after config:
          S3ResponseError:: status=403, code=SignatureDoesNotMatch, reason=Forbidden.

My Config:
          aws_access_key_id = <acess key of another account>
          aws_secret_access_key = <secretkey of another account>
          s3_host = <BucketOfAnotherAccount>.commondatastorage.googleapis.com


My command line:
          C:\Python27\python.exe C:\gsutil\gsutil cp gs://<account1>/test.zip "s3://<account2>"

and Error:
          S3ResponseError:: status=403, code=SignatureDoesNotMatch, reason=Forbidden.

How must i do?

Reply all
Reply to author
Forward
Message has been deleted
0 new messages