mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:09:55 +08:00
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:
parent
24fdecf107
commit
b206496f63
|
@ -193,9 +193,12 @@ Example:
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
Name: "download_auth_duration",
|
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.`,
|
The minimum value is 1 second. The maximum value is one week.`,
|
||||||
Default: fs.Duration(7 * 24 * time.Hour),
|
Default: fs.Duration(7 * 24 * time.Hour),
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user