using a program called s3 browser, and using the same key i used with rclone czn8qrbUsT/5y5Hr2i93ImWmIQLCZLOL
i was able to upload and then download that same one byte file to the same aws bucket
i spent many hours trying to get it working with rclone.
i really think something is wrong, perhaps a bug, i have included dump headers
at the bottom of the post.
the logs has so many items that do not make sense.
i do not put values into config files, i always use flags as per the log i posted
and the values for the key and md5 are from your post here
https://github.com/rclone/rclone/issues/2827#issuecomment-445753183
--s3-sse-customer-algorithm=AES256 --s3-sse-customer-key="czn8qrbUsT/5y5Hr2i93ImWmIQLCZLOL" --s3-sse-customer-key-md5="ME4ss65LcXQBY2CynVdZyA=="
i am trying to transfer just one file of size one byte.
for example,
at the top of the log is
INFO : There was nothing to transfer
then then rclone does a transfer
then rclone then claims
Transferred: 3 / 3 Bytes, 100%, 7 Bytes/s, ETA 0s
and
Checks: 2 / 2, 100%
and a lot of BadRequest
2020/11/19 10:58:09 DEBUG : rclone: Version "v1.53.2" starting with parameters ["c:\\data\\rclone\\scripts\\rclone.exe" "copy" "C:\\ex\\wg\\test" "awsssectest:a1b2c3d44d3c2b1a" "--s3-sse-customer-algorithm=AES256" "--s3-sse-customer-key=czn8qrbUsT/5y5Hr2i93ImWmIQLCZLOL" "--s3-sse-customer-key-md5=ME4ss65LcXQBY2CynVdZyA==" "--log-file=log.ssec.txt" "--log-level=DEBUG" "--dump=requests"]
2020/11/19 10:58:09 DEBUG : Creating backend with remote "C:\\ex\\wg\\test"
2020/11/19 10:58:09 DEBUG : Using RCLONE_CONFIG_PASS password.
2020/11/19 10:58:09 DEBUG : Using config file from "c:\\data\\rclone\\scripts\\rclone.conf"
2020/11/19 10:58:09 DEBUG : fs cache: renaming cache item "C:\\ex\\wg\\test" to be canonical "//?/C:/ex/wg/test"
2020/11/19 10:58:09 DEBUG : Creating backend with remote "awsssectest:a1b2c3d44d3c2b1a"
2020/11/19 10:58:09 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : HTTP REQUEST (req 0xc00033a600)
2020/11/19 10:58:09 DEBUG : GET /?delimiter=%2F&encoding-type=url&max-keys=1000&prefix= HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155809Z
Accept-Encoding: gzip
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:09 DEBUG : HTTP RESPONSE (req 0xc00033a600)
2020/11/19 10:58:09 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:11 GMT
Server: AmazonS3
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: neQuattxH1MO2rZxK8/ZfNFH/uS4LJvae0hS35OSDMgMnbMFbPfGNxD4JjaQs0pwH7K2TtZltOQ=
X-Amz-Request-Id: DD853C3AFD51A70D
2020/11/19 10:58:09 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:09 DEBUG : S3 bucket a1b2c3d44d3c2b1a: Waiting for checks to finish
2020/11/19 10:58:09 DEBUG : S3 bucket a1b2c3d44d3c2b1a: Waiting for transfers to finish
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : HTTP REQUEST (req 0xc0002d4700)
2020/11/19 10:58:09 DEBUG : PUT /test.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKRTYTRET5YRIBSJGCHQ%2F20201119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201119T155809Z&X-Amz-Expires=900&X-Amz-SignedHeaders=content-md5%3Bcontent-type%3Bhost%3Bx-amz-acl%3Bx-amz-meta-mtime%3Bx-amz-server-side-encryption-customer-algorithm%3Bx-amz-server-side-encryption-customer-key%3Bx-amz-server-side-encryption-customer-key-md5%3Bx-amz-storage-class&X-Amz-Signature=ac173eab24ad0e0d874c4688315c3a9e4a09baa875e2deb8c424a2709068ae4c HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Content-Length: 7
content-md5: kUHednF+CV1N0F8eaGrWqA==
content-type: text/plain; charset=utf-8
x-amz-acl: private
x-amz-meta-mtime: 1601832312.1873045
x-amz-server-side-encryption-customer-algorithm: AES256
x-amz-server-side-encryption-customer-key: Y3puOHFyYlVzVC81eTVIcjJpOTNJbVdtSVFMQ1pMT0w=
x-amz-server-side-encryption-customer-key-md5: ME4ss65LcXQBY2CynVdZyA==
x-amz-storage-class: STANDARD
Accept-Encoding: gzip
hello12
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:09 DEBUG : HTTP RESPONSE (req 0xc0002d4700)
2020/11/19 10:58:09 DEBUG : HTTP/1.1 200 OK
Content-Length: 0
Date: Thu, 19 Nov 2020 15:58:12 GMT
Etag: "fc3ad92866b63255242e885d0b9e04e5"
Server: AmazonS3
X-Amz-Id-2: 9wXfffOvMVmG5QxHxEQlFRHBE0AnLC3+EoxD5AiIYO+u9k7P+N3+0aSHlAAS8tCY+jZCHJg9KGs=
X-Amz-Request-Id: BA8D0908D7CA8187
X-Amz-Server-Side-Encryption-Customer-Algorithm: AES256
X-Amz-Server-Side-Encryption-Customer-Key-Md5: ME4ss65LcXQBY2CynVdZyA==
2020/11/19 10:58:09 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : HTTP REQUEST (req 0xc000656400)
2020/11/19 10:58:09 DEBUG : HEAD /test.txt HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155809Z
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:09 DEBUG : HTTP RESPONSE (req 0xc000656400)
2020/11/19 10:58:09 DEBUG : HTTP/1.1 400 Bad Request
Connection: close
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:10 GMT
Server: AmazonS3
X-Amz-Id-2: p+Yd6FvD1C8feZKQpWd8lVucT0i5TO4izyxVw1dHJ/3ZFlOZTM532C88lwlVYXIWEyQZV4AQOMk=
X-Amz-Request-Id: 6A54CAFDB4C2B5B6
2020/11/19 10:58:09 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:09 ERROR : test.txt: Failed to copy: BadRequest: Bad Request
status code: 400, request id: 6A54CAFDB4C2B5B6, host id: p+Yd6FvD1C8feZKQpWd8lVucT0i5TO4izyxVw1dHJ/3ZFlOZTM532C88lwlVYXIWEyQZV4AQOMk=
2020/11/19 10:58:09 INFO : There was nothing to transfer
2020/11/19 10:58:09 ERROR : Attempt 1/3 failed with 1 errors and: BadRequest: Bad Request
status code: 400, request id: 6A54CAFDB4C2B5B6, host id: p+Yd6FvD1C8feZKQpWd8lVucT0i5TO4izyxVw1dHJ/3ZFlOZTM532C88lwlVYXIWEyQZV4AQOMk=
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:09 DEBUG : HTTP REQUEST (req 0xc000656800)
2020/11/19 10:58:09 DEBUG : GET /?delimiter=%2F&encoding-type=url&max-keys=1000&prefix= HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155809Z
Accept-Encoding: gzip
2020/11/19 10:58:09 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : HTTP RESPONSE (req 0xc000656800)
2020/11/19 10:58:10 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:12 GMT
Server: AmazonS3
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: 72fnltrc6zGnA4cXa58DZDtt2rAqMInAAMqis8jNMKq9u3FoYwpga5mp/fQoYVZksWdKVagjhiw=
X-Amz-Request-Id: 19C323F5E5C1C409
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : S3 bucket a1b2c3d44d3c2b1a: Waiting for checks to finish
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : HTTP REQUEST (req 0xc000656c00)
2020/11/19 10:58:10 DEBUG : HEAD /test.txt HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155810Z
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : HTTP RESPONSE (req 0xc000656c00)
2020/11/19 10:58:10 DEBUG : HTTP/1.1 400 Bad Request
Connection: close
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:10 GMT
Server: AmazonS3
X-Amz-Id-2: FD7MXewMyfn6oh/jqg2+RizLgizoyuSWkLLWVFIVKYR7TeoPGudldxVEnHylzyJU80rnVpxlcNg=
X-Amz-Request-Id: FEE747289F4FD3E6
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 NOTICE: test.txt: Failed to read metadata: BadRequest: Bad Request
status code: 400, request id: FEE747289F4FD3E6, host id: FD7MXewMyfn6oh/jqg2+RizLgizoyuSWkLLWVFIVKYR7TeoPGudldxVEnHylzyJU80rnVpxlcNg=
2020/11/19 10:58:10 DEBUG : test.txt: Modification times differ by 1102h32m57.9245681s: 2020-10-04 13:25:12.1873045 -0400 EDT, 2020-11-19 10:58:10.1118726 -0500 EST m=+0.695058801
2020/11/19 10:58:10 DEBUG : test.txt: MD5 = 9141de76717e095d4dd05f1e686ad6a8 (Local file system at //?/C:/ex/wg/test)
2020/11/19 10:58:10 DEBUG : test.txt: MD5 = fc3ad92866b63255242e885d0b9e04e5 (S3 bucket a1b2c3d44d3c2b1a)
2020/11/19 10:58:10 DEBUG : test.txt: MD5 differ
2020/11/19 10:58:10 DEBUG : S3 bucket a1b2c3d44d3c2b1a: Waiting for transfers to finish
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : HTTP REQUEST (req 0xc0002d4e00)
2020/11/19 10:58:10 DEBUG : PUT /test.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKRTYTRET5YRIBSJGCHQ%2F20201119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201119T155810Z&X-Amz-Expires=900&X-Amz-SignedHeaders=content-md5%3Bcontent-type%3Bhost%3Bx-amz-acl%3Bx-amz-meta-mtime%3Bx-amz-server-side-encryption-customer-algorithm%3Bx-amz-server-side-encryption-customer-key%3Bx-amz-server-side-encryption-customer-key-md5%3Bx-amz-storage-class&X-Amz-Signature=3405d82d593d115cd8e6e4ededa041e4339a2433405b723140ad172f1c449041 HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Content-Length: 7
content-md5: kUHednF+CV1N0F8eaGrWqA==
content-type: text/plain; charset=utf-8
x-amz-acl: private
x-amz-meta-mtime: 1601832312.1873045
x-amz-server-side-encryption-customer-algorithm: AES256
x-amz-server-side-encryption-customer-key: Y3puOHFyYlVzVC81eTVIcjJpOTNJbVdtSVFMQ1pMT0w=
x-amz-server-side-encryption-customer-key-md5: ME4ss65LcXQBY2CynVdZyA==
x-amz-storage-class: STANDARD
Accept-Encoding: gzip
hello12
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : HTTP RESPONSE (req 0xc0002d4e00)
2020/11/19 10:58:10 DEBUG : HTTP/1.1 200 OK
Content-Length: 0
Date: Thu, 19 Nov 2020 15:58:12 GMT
Etag: "ecf6b8ce791f227fbb8d641a78cfbc10"
Server: AmazonS3
X-Amz-Id-2: sKjCpwQPQDJoZU+u2BhjrWchx2rJ2U0XtLMdUVr/LHCM9Re16LV8maSjEt9f5AUBZIQlHm8Rj5I=
X-Amz-Request-Id: 6SAZEPEG5J9X3SFT
X-Amz-Server-Side-Encryption-Customer-Algorithm: AES256
X-Amz-Server-Side-Encryption-Customer-Key-Md5: ME4ss65LcXQBY2CynVdZyA==
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : HTTP REQUEST (req 0xc000718800)
2020/11/19 10:58:10 DEBUG : HEAD /test.txt HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155810Z
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : HTTP RESPONSE (req 0xc000718800)
2020/11/19 10:58:10 DEBUG : HTTP/1.1 400 Bad Request
Connection: close
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:10 GMT
Server: AmazonS3
X-Amz-Id-2: hY929VxbomeK7d8b94iCom1GejWJhcZ5JCFjR3cQLQA8I3xdN99OoLbSXC/DlnPTyJA+eYO9MGM=
X-Amz-Request-Id: 6633EC667E120DAA
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 ERROR : test.txt: Failed to copy: BadRequest: Bad Request
status code: 400, request id: 6633EC667E120DAA, host id: hY929VxbomeK7d8b94iCom1GejWJhcZ5JCFjR3cQLQA8I3xdN99OoLbSXC/DlnPTyJA+eYO9MGM=
2020/11/19 10:58:10 INFO : There was nothing to transfer
2020/11/19 10:58:10 ERROR : Attempt 2/3 failed with 1 errors and: BadRequest: Bad Request
status code: 400, request id: 6633EC667E120DAA, host id: hY929VxbomeK7d8b94iCom1GejWJhcZ5JCFjR3cQLQA8I3xdN99OoLbSXC/DlnPTyJA+eYO9MGM=
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : HTTP REQUEST (req 0xc000718d00)
2020/11/19 10:58:10 DEBUG : GET /?delimiter=%2F&encoding-type=url&max-keys=1000&prefix= HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155810Z
Accept-Encoding: gzip
2020/11/19 10:58:10 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:10 DEBUG : HTTP RESPONSE (req 0xc000718d00)
2020/11/19 10:58:10 DEBUG : HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:12 GMT
Server: AmazonS3
X-Amz-Bucket-Region: us-east-1
X-Amz-Id-2: r83OrIyEiiiTiCRIRLTxxIx+ASFGafT+wVQspQsqGLinotUwPUSkgQ85Ucnj/3W5z3I+8EHxKF8=
X-Amz-Request-Id: FAD88C3E86F108E2
2020/11/19 10:58:10 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 DEBUG : S3 bucket a1b2c3d44d3c2b1a: Waiting for checks to finish
2020/11/19 10:58:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:11 DEBUG : HTTP REQUEST (req 0xc000136700)
2020/11/19 10:58:11 DEBUG : HEAD /test.txt HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155811Z
2020/11/19 10:58:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 DEBUG : HTTP RESPONSE (req 0xc000136700)
2020/11/19 10:58:11 DEBUG : HTTP/1.1 400 Bad Request
Connection: close
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:12 GMT
Server: AmazonS3
X-Amz-Id-2: 7kb3w3ROL4fE7gg93PY9Nn/TQCnEZM/GihNHaNOH/j/bHBmJqi/vgaXgEsXvtlEazyCz+n7clN4=
X-Amz-Request-Id: C41FAFD628060C8A
2020/11/19 10:58:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 NOTICE: test.txt: Failed to read metadata: BadRequest: Bad Request
status code: 400, request id: C41FAFD628060C8A, host id: 7kb3w3ROL4fE7gg93PY9Nn/TQCnEZM/GihNHaNOH/j/bHBmJqi/vgaXgEsXvtlEazyCz+n7clN4=
2020/11/19 10:58:11 DEBUG : test.txt: Modification times differ by 1102h32m58.8328254s: 2020-10-04 13:25:12.1873045 -0400 EDT, 2020-11-19 10:58:11.0201299 -0500 EST m=+1.603316101
2020/11/19 10:58:11 DEBUG : test.txt: MD5 = 9141de76717e095d4dd05f1e686ad6a8 (Local file system at //?/C:/ex/wg/test)
2020/11/19 10:58:11 DEBUG : test.txt: MD5 = ecf6b8ce791f227fbb8d641a78cfbc10 (S3 bucket a1b2c3d44d3c2b1a)
2020/11/19 10:58:11 DEBUG : test.txt: MD5 differ
2020/11/19 10:58:11 DEBUG : S3 bucket a1b2c3d44d3c2b1a: Waiting for transfers to finish
2020/11/19 10:58:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:11 DEBUG : HTTP REQUEST (req 0xc000656600)
2020/11/19 10:58:11 DEBUG : PUT /test.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKRTYTRET5YRIBSJGCHQ%2F20201119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201119T155811Z&X-Amz-Expires=900&X-Amz-SignedHeaders=content-md5%3Bcontent-type%3Bhost%3Bx-amz-acl%3Bx-amz-meta-mtime%3Bx-amz-server-side-encryption-customer-algorithm%3Bx-amz-server-side-encryption-customer-key%3Bx-amz-server-side-encryption-customer-key-md5%3Bx-amz-storage-class&X-Amz-Signature=859423b5abe85647068d678c52c04f5ea53e31aae581de1af4b7dfd2b3dbe8a8 HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Content-Length: 7
content-md5: kUHednF+CV1N0F8eaGrWqA==
content-type: text/plain; charset=utf-8
x-amz-acl: private
x-amz-meta-mtime: 1601832312.1873045
x-amz-server-side-encryption-customer-algorithm: AES256
x-amz-server-side-encryption-customer-key: Y3puOHFyYlVzVC81eTVIcjJpOTNJbVdtSVFMQ1pMT0w=
x-amz-server-side-encryption-customer-key-md5: ME4ss65LcXQBY2CynVdZyA==
x-amz-storage-class: STANDARD
Accept-Encoding: gzip
hello12
2020/11/19 10:58:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 DEBUG : HTTP RESPONSE (req 0xc000656600)
2020/11/19 10:58:11 DEBUG : HTTP/1.1 200 OK
Content-Length: 0
Date: Thu, 19 Nov 2020 15:58:13 GMT
Etag: "a1792011540c219c7846bea7fa9a4145"
Server: AmazonS3
X-Amz-Id-2: x/SuaKAhRzERS+je6peo24NDgv1BCdDBtytxpTbFK27OmUx1mwEH2DFRkXOKvttYH6dfXqQN9xc=
X-Amz-Request-Id: C1B4C2EAEF49C06F
X-Amz-Server-Side-Encryption-Customer-Algorithm: AES256
X-Amz-Server-Side-Encryption-Customer-Key-Md5: ME4ss65LcXQBY2CynVdZyA==
2020/11/19 10:58:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:11 DEBUG : HTTP REQUEST (req 0xc000137000)
2020/11/19 10:58:11 DEBUG : HEAD /test.txt HTTP/1.1
Host: a1b2c3d44d3c2b1a.s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.53.2
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20201119T155811Z
2020/11/19 10:58:11 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020/11/19 10:58:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 DEBUG : HTTP RESPONSE (req 0xc000137000)
2020/11/19 10:58:11 DEBUG : HTTP/1.1 400 Bad Request
Connection: close
Content-Type: application/xml
Date: Thu, 19 Nov 2020 15:58:12 GMT
Server: AmazonS3
X-Amz-Id-2: 0bxFxRS0NzyXH5uRyF2tGGw8w8FJBo0J9zHu2ptuV3WVeD19iJyZDPHIfFmI8ShWBQ7ckBqpRCw=
X-Amz-Request-Id: 126F1274A8272EF5
2020/11/19 10:58:11 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2020/11/19 10:58:11 ERROR : test.txt: Failed to copy: BadRequest: Bad Request
status code: 400, request id: 126F1274A8272EF5, host id: 0bxFxRS0NzyXH5uRyF2tGGw8w8FJBo0J9zHu2ptuV3WVeD19iJyZDPHIfFmI8ShWBQ7ckBqpRCw=
2020/11/19 10:58:11 INFO : There was nothing to transfer
2020/11/19 10:58:11 ERROR : Attempt 3/3 failed with 1 errors and: BadRequest: Bad Request
status code: 400, request id: 126F1274A8272EF5, host id: 0bxFxRS0NzyXH5uRyF2tGGw8w8FJBo0J9zHu2ptuV3WVeD19iJyZDPHIfFmI8ShWBQ7ckBqpRCw=
2020/11/19 10:58:11 INFO :
Transferred: 21 / 21 Bytes, 100%, 37 Bytes/s, ETA 0s
Errors: 1 (retrying may help)
Checks: 2 / 2, 100%
Elapsed time: 1.7s
2020/11/19 10:58:11 DEBUG : 2 go routines active
2020/11/19 10:58:11 Failed to copy: BadRequest: Bad Request
status code: 400, request id: 126F1274A8272EF5, host id: 0bxFxRS0NzyXH5uRyF2tGGw8w8FJBo0J9zHu2ptuV3WVeD19iJyZDPHIfFmI8ShWBQ7ckBqpRCw=