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-28 13:43:51 +02:00
2023-07-22 10:46:21 +01:00
2022-08-05 16:35:41 +01:00
2023-08-24 12:39:27 +01:00
2023-09-02 18:31:14 +01:00
2023-08-31 23:03:27 +01:00
2023-07-16 10:09:25 +01:00
2023-08-12 17:55:01 +01:00
2023-08-29 13:03:13 +01:00
2023-08-12 17:55:01 +01:00
2023-08-12 17:55:01 +01:00
2023-08-05 12:51:51 +01:00
2023-07-07 16:25:14 +01:00
2023-08-11 00:47:01 +09:00
2023-08-22 12:52:13 +01:00
2023-08-18 14:44:13 +01:00
2023-07-07 16:25:14 +01:00
2022-11-21 08:02:09 +00:00
2023-08-12 17:55:01 +01:00
2023-07-07 16:25:14 +01:00
2023-03-26 14:28:15 +02:00
2023-05-04 15:03:11 +01:00
2023-07-07 16:25:14 +01:00
2023-09-01 14:55:32 +01:00
2023-07-07 16:25:14 +01:00
2023-08-22 12:52:13 +01:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2022-11-07 11:41:47 +00:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2023-08-29 13:03:49 +01:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2023-08-29 13:03:13 +01:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2023-08-29 13:03:49 +01:00
2023-08-22 12:52:13 +01:00
2023-09-01 10:57:42 +01:00
2023-07-07 16:25:14 +01:00
2023-07-07 16:25:14 +01:00
2023-08-22 12:52:13 +01:00
2023-08-04 17:40:03 +09:00
2023-07-07 16:25:14 +01:00
2023-08-03 08:38:39 +01:00
2023-08-22 12:52:13 +01:00
2023-07-07 16:25:14 +01:00
2023-08-01 11:15:33 +09:00
2023-06-11 11:11:43 +01:00
2023-06-14 17:43:26 +01:00