mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 17:38:52 +02:00
gcs: add access token auth with --gcs-access-token
This commit is contained in:
committed by
Nick Craig-Wood
parent
19458e8459
commit
94997d25d2
@@ -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.
|
||||
|
Reference in New Issue
Block a user