drive, s3: review hidden config items

This commit is contained in:
Nick Craig-Wood 2018-10-12 08:38:40 +01:00
parent 8ad7da066c
commit 06922674c8
2 changed files with 2 additions and 3 deletions

View File

@ -193,12 +193,12 @@ func init() {
}, {
Name: "service_account_credentials",
Help: "Service Account Credentials JSON blob\nLeave blank normally.\nNeeded only if you want use SA instead of interactive login.",
Hide: fs.OptionHideBoth,
Hide: fs.OptionHideConfigurator,
Advanced: true,
}, {
Name: "team_drive",
Help: "ID of the Team Drive",
Hide: fs.OptionHideBoth,
Hide: fs.OptionHideConfigurator,
Advanced: true,
}, {
Name: "auth_owner_only",

View File

@ -557,7 +557,6 @@ enough memory, then increasing this will speed up the transfers.`,
}, {
Name: "session_token",
Help: "An AWS session token",
Hide: fs.OptionHideBoth,
Advanced: true,
}, {
Name: "upload_concurrency",