summaryrefslogtreecommitdiff
path: root/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials/comment_5_e720d301c2bc17483b0e50dde3ccb23c._comment
blob: 5a0b3000b55a4db28878d46b3ee36c421cf5816b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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..)
"""]]