gcs: add access token auth with --gcs-access-token

This commit is contained in:
Leandro Piccilli
2024-09-24 09:19:36 +02:00
committed by Nick Craig-Wood
parent 19458e8459
commit 94997d25d2
2 changed files with 32 additions and 11 deletions

View File

@@ -363,6 +363,20 @@ Properties:
- Type: string
- Required: false
#### --gcs-access-token
Short-lived access token.
Leave blank normally.
Needed only if you want use short-lived access tokens instead of interactive login.
Properties:
- Config: access_token
- Env Var: RCLONE_GCS_ACCESS_TOKEN
- Type: string
- Required: false
#### --gcs-anonymous
Access public buckets and objects without credentials.