mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 01:46:31 +02:00
b2: use lib/encoder
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
57c1284df7
commit
13d8b7979d
@@ -106,6 +106,18 @@ Modified times are used in syncing and are fully supported. Note that
|
||||
if a modification time needs to be updated on an object then it will
|
||||
create a new version of the object.
|
||||
|
||||
#### Restricted filename characters
|
||||
|
||||
In addition to the [default restricted characters set](/overview/#restricted-characters)
|
||||
the following characters are also replaced:
|
||||
|
||||
| Character | Value | Replacement |
|
||||
| --------- |:-----:|:-----------:|
|
||||
| \ | 0x5C | \ |
|
||||
|
||||
Invalid UTF-8 bytes will also be [replaced](/overview/#invalid-utf8),
|
||||
as they can't be used in JSON strings.
|
||||
|
||||
### SHA1 checksums ###
|
||||
|
||||
The SHA1 checksums of the files are checked on upload and download and
|
||||
|
Reference in New Issue
Block a user