1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 02:54:04 +00:00
Files
rclone/backend/b2
Alishan Ladhani 7821cb884d b2: fix rclone link when object path contains special characters
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
}
2023-09-02 18:31:14 +01:00
..
2022-08-30 11:16:26 +02:00