Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created June 12, 2011 02:26
Show Gist options
  • Save meltzerj/1021190 to your computer and use it in GitHub Desktop.
Save meltzerj/1021190 to your computer and use it in GitHub Desktop.
2011-06-12T02:24:09+00:00 app[web.1]: AWS::S3::AccessDenied (Access Denied):
2011-06-12T02:24:09+00:00 app[web.1]: app/controllers/profiles_controller.rb:39:in `block in update'
2011-06-12T02:24:09+00:00 app[web.1]: app/controllers/profiles_controller.rb:38:in `update'
staging:
access_key_id: AKIAIRONWF2CNHMCHRHQ
secret_access_key: XXXXXXXXXX
bucket: mybucket
production:
access_key_id: AKIAIRONWF2CNHMCHRHQ
secret_access_key: XXXXXXXXXXX
bucket: mybucket
2011-06-12T02:52:36+00:00 app[web.1]: AWS::S3::SignatureDoesNotMatch (The request signature we calculated does not match the signature you provided. Check your key and signing method.):
2011-06-12T02:52:36+00:00 app[web.1]: app/controllers/profiles_controller.rb:39:in `block in update'
@krainboltgreene
Copy link

AWS::S3::Bucket.create('bucketname')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment