mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
Enhancement: Authenticate to Google Cloud Storage with access token
|
|
|
|
When using the GCS backend, it is now possible to authenticate with OAuth2
|
|
access tokens instead of a credentials file by setting the GOOGLE_ACCESS_TOKEN
|
|
environment variable.
|
|
|
|
https://github.com/restic/restic/pull/2849
|