diff --git a/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials.mdwn b/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials.mdwn index b22a816101..125a3f626c 100644 --- a/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials.mdwn +++ b/doc/bugs/SignatureDoesNotMatch_error_when_trying_to_enable_S3_remote_with_IAM_credentials.mdwn @@ -28,3 +28,9 @@ I have an existing Git annex repository with an Amazon S3 remote. I don't have t [ollie@nixos:/media/music]$ cat /run/current-system/nixos-version 15.05pre-70b398d + +> Apparently something changed in a newer verison of git-annex that fixed +> this. Since I can't think of what the change could be, my guess is the +> newer git-annex was built against a newer version of the aws library, and +> that the fix was in the aws library. In any case, apparently this bug is +> [[done]] --[[Joey]]