git-annex/doc/special_remotes/S3/comment_34_cf57e8dbd9fdc7c487565b61808b6bb2._comment
Joey Hess 1532d67c3e
S3: Support signature=v4
To use S3 Signature Version 4. Some S3 services seem to require v4, while
others may only support v2, which remains the default.

I'm also not sure if v4 works correctly in all cases, there is this
upstream bug report: https://github.com/aristidb/aws/issues/262
I've only tested it against the default S3 endpoint.
2020-05-07 13:18:11 -04:00

10 lines
249 B
Text

[[!comment format=mdwn
username="joey"
subject="""V4"""
date="2020-05-07T16:49:05Z"
content="""
@bec.watson, I've now added a way to use V4 authentication, the authentication=v4
option.
Please file a bug report if it still doesn't work.
"""]]