Merge pull request #2849 from classmarkets/gcs-access-token

gs: support authentication with access token
This commit is contained in:
MichaelEischer
2020-09-30 17:42:56 +02:00
committed by GitHub
4 changed files with 42 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
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