forked from TrueCloudLab/rclone
crypt: fix max suggested length of filenames
This commit is contained in:
parent
f995ece64d
commit
efbaca3a95
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ Obfuscation cannot be relied upon for strong protection.
|
|||
|
||||
Cloud storage systems have limits on file name length and
|
||||
total path length which rclone is more likely to breach using
|
||||
"Standard" file name encryption. Where file names are less than 156
|
||||
"Standard" file name encryption. Where file names are 143 or fewer
|
||||
characters in length issues should not be encountered, irrespective of
|
||||
cloud storage provider.
|
||||
|
||||
|
|
Loading…
Reference in a new issue