From efbaca3a952ba760234a62f5674e6c2d9da1019f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 6 Apr 2024 11:49:52 +0100 Subject: [PATCH] crypt: fix max suggested length of filenames --- docs/content/crypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/crypt.md b/docs/content/crypt.md index 53561e6b8..f0fa99e66 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -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.