1
mirror of https://github.com/rclone/rclone synced 2024-11-15 14:57:03 +01:00

crypt: fix max suggested length of filenames

This commit is contained in:
Nick Craig-Wood 2024-04-06 11:49:52 +01:00
parent f995ece64d
commit efbaca3a95

View File

@ -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.