diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc <Oliver@web> | 2015-02-19 11:54:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-02-19 11:54:14 +0000 |
commit | 8c7e61fba9b32932a1f58f28437e0bce03be7c7b (patch) | |
tree | 1bb2c359f9d1238780df8deadda9f59c7705074a /doc | |
parent | 6102dbbaa5e75690891af10049f2c375a0b9a3a1 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_4_17391f47897f166b763e8f3e33426fcf._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_4_17391f47897f166b763e8f3e33426fcf._comment b/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_4_17391f47897f166b763e8f3e33426fcf._comment new file mode 100644 index 000000000..1d221cb3a --- /dev/null +++ b/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_4_17391f47897f166b763e8f3e33426fcf._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmg0NqVniTETKYIWr6eyYRJnakNg0A6tRc" + nickname="Oliver" + subject="comment 4" + date="2015-02-19T11:54:14Z" + content=""" +I used `s3cmd` with the same credentials and I'm able to list the bucket contents. That file does exist, and it does contain the line expected. If I try and make the bucket: + +s3cmd mb s3://s3musicencrypted-a7e22956-5ce2-11e2-97a5-6f33220ffbf3 +ERROR: S3 error: 409 (BucketAlreadyOwnedByYou): Your previous request to create the named bucket succeeded and you already own it. + +So I should be able to create buckets, but of course creating a bucket that already exists doesn't really do anything. + +Taking exactly the same credentials as my .s3cfg and using them with git annex continues to fail with signature errors. +"""]] |