From 6b51c2343743ddd2e49a9f1d4ed9cc0f28b800aa Mon Sep 17 00:00:00 2001 From: divyam234 <47589864+divyam234@users.noreply.github.com> Date: Sun, 26 May 2024 15:06:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb73a68..a4c4552 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ access_token = #session token obtained from cookies chunk_size = 500M upload_concurrency = 4 encrypt_files = false # Enable this to encrypt files make sure ENCRYPTION_KEY env variable is not empty in teldrive instance. -randomise_part= true # Use random part names when uploading files to channel instead of original filename. +random_chunk_name= true # Use random chunk names when uploading files to channel instead of original filename. ``` **See all options in rclone config command**