mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08:00
7821cb884d
Before this change, b2 would return an error when opening a link generated by `rclone link`. The following error occurs when the object path contains an ampersand that is not percent encoded: { "code": "bad_request", "message": "Bad character in percent-encoded string: 38 (0x26)", "status": 400 } |
||
---|---|---|
.. | ||
api | ||
b2_internal_test.go | ||
b2_test.go | ||
b2.go | ||
upload.go |