When using s3cmd on a server instance you get a "403 Forbidden" error
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.
© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.