-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add storage acl samples #489
Conversation
Change-Id: Ib44f9bb42bf0c0607e64905a26369f06ea5fb231
from gcloud import storage | ||
|
||
|
||
def get_bucket_acl(bucket_name): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd name this print_bucket_acl
instead, to be explicit (and throughout)
Looks good. Mainly just naming nits. |
I was trying to match the region tag names in the node.js samples, but I like your name suggestions better. |
Change-Id: I94973a839f38ef3d1ec657c3c79f666eca56728b
Review comments addressed. |
@dpebot merge when travis passes |
Okay! I'll merge when all statuses are green. |
FYI travis is unhappy. Does dpebot notify you of such things? |
@jerjou: he does not, but I would like to add that feature. |
Change-Id: Ie9cf585303931f200a763d691906ad56221105fd
/cc @ryanmats