Skip to content

Commit

Permalink
Fix region tag (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored Nov 6, 2019
1 parent 60652be commit 77c160b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/cloud-client/uniform_bucket_level_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def enable_uniform_bucket_level_access(bucket_name):

def disable_uniform_bucket_level_access(bucket_name):
"""Disable uniform bucket-level access for a bucket"""
# [START storage_uniform_bucket_level_access]
# [START storage_disable_uniform_bucket_level_access]
# bucket_name = "my-bucket"

storage_client = storage.Client()
Expand All @@ -48,6 +48,7 @@ def disable_uniform_bucket_level_access(bucket_name):

print('Uniform bucket-level access was disabled for {}.'.format(
bucket.name))
# [END storage_disable_uniform_bucket_level_access]


def get_uniform_bucket_level_access(bucket_name):
Expand Down

0 comments on commit 77c160b

Please sign in to comment.