1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00
Files
rclone/backend
Nick Craig-Wood 2f0ef2e983 s3: fix v2 auth for multipart server side copy
Before this change the v2 signer sorted the headers for signing as
joined key:value pairs. However this put these two headers in the
wrong order.

    x-amz-copy-source-range:
    x-amz-copy-source:

This changes sorts on the keys before joining the values producing the
correct sort order.

    x-amz-copy-source:
    x-amz-copy-source-range:

This commit also adds some missing query parameters for signing that I
spotted in the s3cmd source.
2020-10-26 12:43:54 +00:00
..
2020-05-12 15:56:50 +00:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-09-27 11:44:05 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00