Created
June 12, 2011 02:26
-
-
Save meltzerj/1021190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| staging: | |
| access_key_id: AKIAIRONWF2CNHMCHRHQ | |
| secret_access_key: XXXXXXXXXX | |
| bucket: mybucket | |
| production: | |
| access_key_id: AKIAIRONWF2CNHMCHRHQ | |
| secret_access_key: XXXXXXXXXXX | |
| bucket: mybucket |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
commented
Jun 12, 2011
Author
[:DEFAULT_HOST, :Base, :VERSION, :Version, :Parsing, :ACL, :Logging, :BitTorrent, :Service, :Owner, :Bucket, :S3Object, :Error, :S3Exception, :ResponseError, :InternalError, :NoSuchKey, :RequestTimeout, :InvalidOption, :InvalidAccessControlLevel, :MissingAccessKey, :NoConnectionEstablished, :InvalidConnectionOption, :InvalidBucketName, :InvalidKeyName, :InvalidMetadataValue, :CurrentBucketNotSpecified, :NoBucketSpecified, :NoKeySpecified, :DeletedObject, :ExceptionClassClash, :Connection, :Authentication, :FindResponseClass, :AccessDenied, :NoSuchBucket]
AWS::S3::Service.buckets
AWS::S3::Bucket.create('bucketname')
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment