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?