Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: third_party/gsutil/plugins/sso_auth.py

Issue 148203012: Allow prodaccess based gsutil to also write into a bucket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/plugins/sso_auth.py
diff --git a/third_party/gsutil/plugins/sso_auth.py b/third_party/gsutil/plugins/sso_auth.py
index cf956b89f57e0caafc906c3b077ded91afdf5270..6f23ca43b6513f4b6aa03e86bb42451fd8fc8791 100644
--- a/third_party/gsutil/plugins/sso_auth.py
+++ b/third_party/gsutil/plugins/sso_auth.py
@@ -24,7 +24,7 @@ STUBBY_CMD = """target: {
target_credential: {
type: OAUTH2_TOKEN
oauth2_attributes: {
- scope: 'https://www.googleapis.com/auth/devstorage.read_only'
+ scope: 'https://www.googleapis.com/auth/devstorage.read_write'
}
}"""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698