summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 14:08:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-07 14:08:30 -0400
commit734d7e8360b09b80f943140186911d47dc5db735 (patch)
tree9f1b2ac681787388cfe9bc4203fe5d52786eaeec
parent2af409718d7a664835e4e1da6b4619c34f9669e7 (diff)
followup
-rw-r--r--doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_5_e720d301c2bc17483b0e50dde3ccb23c._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_5_e720d301c2bc17483b0e50dde3ccb23c._comment b/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_5_e720d301c2bc17483b0e50dde3ccb23c._comment
new file mode 100644
index 000000000..5a0b3000b
--- /dev/null
+++ b/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_5_e720d301c2bc17483b0e50dde3ccb23c._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2015-07-07T17:58:03Z"
+ content="""
+Seems we're ruled out nearly anything except for a bug in the aws library
+that git-annex uses.
+
+So, I think we need to file a bug on that library. It would be very helpful
+to include the library's debugging output with such a bug report. You can
+get it by upgrading to git-annex version 5.20150420 or newer, and passing
+--debug to git-annex. Should result in some debug logs for aws.
+
+Also, if possible make sure git-annex is built with the newest version of
+the aws library. I assume this is easy, since you're using Nix. ;)
+
+(If you're comfortable building haskell programs, it would also be great to
+test with Examples/GetObject.hs from the aws package's source, which
+has to be modified to use your bucket, and to get the annex-uuid file from
+it. If we can get git-annex entirely out of the loop, we can be sure the
+bug is in the aws library..)
+"""]]