cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Background Information

When using s3cmd on a server instance you get a 403 Forbidden error


Answer

s3cmd requires your AWS access key and secret access key in order to authenticate to S3.  You can do this from the command line:

export AWS_ACCESS_KEY_ID=key  
export AWS_SECRET_ACCESS_KEY=key

You can obtain your key information from your AWS account at aws.amazon.com.

See also

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jun 17, 2019 09:02 AM
Updated by: