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