From b206496f6318d9c95bfa481e915f15bc9c3a8803 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 8 Feb 2024 09:39:53 +0000 Subject: [PATCH] b2: clarify exactly what --b2-download-auth-duration does in the docs See: https://forum.rclone.org/t/what-does-b2-download-auth-duration-mean/44504/ --- backend/b2/b2.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/b2/b2.go b/backend/b2/b2.go index 778d856f1..50413cc03 100644 --- a/backend/b2/b2.go +++ b/backend/b2/b2.go @@ -193,9 +193,12 @@ Example: Advanced: true, }, { Name: "download_auth_duration", - Help: `Time before the authorization token will expire in s or suffix ms|s|m|h|d. + Help: `Time before the public link authorization token will expire in s or suffix ms|s|m|h|d. + +This is used in combination with "rclone link" for making files +accessible to the public and sets the duration before the download +authorization token will expire. -The duration before the download authorization token will expire. The minimum value is 1 second. The maximum value is one week.`, Default: fs.Duration(7 * 24 * time.Hour), Advanced: true,