diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-23 13:30:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-23 13:30:37 -0400 |
commit | 036942dda47e49f3ef9726f239185078e05ad8b2 (patch) | |
tree | b202cec308d133d439cb08ad37e0ab0440da5e54 /doc/bugs | |
parent | 322ddede7e2e4cb48193133fde97362d82f3ccea (diff) |
followup
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_3_9665a868f786afa445f5e3b0fbd20011._comment | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_3_9665a868f786afa445f5e3b0fbd20011._comment b/doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_3_9665a868f786afa445f5e3b0fbd20011._comment new file mode 100644 index 000000000..8b92ca305 --- /dev/null +++ b/doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_3_9665a868f786afa445f5e3b0fbd20011._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-04-23T17:00:20Z" + content=""" +ap-southeast-2 vs ap-southeast-1 must have something to do with this +problem. + +I tried making a S3 remote with datacenter=ap-southeast-2 and it didn't +have this problem, and used s3-ap-southeast-2.amazonaws.com, so doesn't +seem that git-annex is getting the mapping to endpoints wrong. + +I also tried forcing git-annex to use ap-southeast-1 instead of the right +datacenter, and I don't get a redirect, getting a file just fails in that +misconfiguration. + +So, it seems there is something special about your bucket; git-annex thinks +it's in ap-southeast-1, S3 apparently redirects to somewhere else. Sounds +like the AWS interface shows you the bucket is located in ap-southeast-2? + +This is looking more like a bug with the haskell-AWS library. If AWS can +send redirects here, it ought to follow them. It would be really helpful if +I had a way to reproduce the problem. Since your remote is encrypted +anyway, is there any chance you could generate AWS creds that I could use +to access that bucket to try to get files from it? + +(The `copy --to cloud` didn't do anything because git-annex already thinks +the file is there (--force has no effect on copy --to).) +"""]] |