From 06922674c867ef0a77e70edf3c7f122f4954bc76 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 12 Oct 2018 08:38:40 +0100 Subject: [PATCH] drive, s3: review hidden config items --- backend/drive/drive.go | 4 ++-- backend/s3/s3.go | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/drive/drive.go b/backend/drive/drive.go index f66685894..5b04ad7fa 100644 --- a/backend/drive/drive.go +++ b/backend/drive/drive.go @@ -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", diff --git a/backend/s3/s3.go b/backend/s3/s3.go index e00f1d6e6..0d4ab1521 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -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",