rclone/backend/googlecloudstorage
Nick Craig-Wood 9f4589a997 gcs: reduce oauth scope requested as suggested by Google
As part of getting the rclone oauth consent screen approved by Google,
it came up that the scope in use by the gcs backend was too large.

This change reduces it to the minimum scope which still allows rclone
to work correctly.

Old scope: https://www.googleapis.com/auth/devstorage.full_control
New scope: https://www.googleapis.com/auth/devstorage.read_write
2019-06-27 12:05:49 +01:00
..
googlecloudstorage.go gcs: reduce oauth scope requested as suggested by Google 2019-06-27 12:05:49 +01:00
googlecloudstorage_test.go build: drop support for go1.8 2019-04-15 21:49:58 +01:00