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/
This commit is contained in:
Nick Craig-Wood 2024-02-08 09:39:53 +00:00
parent 24fdecf107
commit b206496f63

View File

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