Skip to content

Commit

Permalink
Describe code sample more specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
cbonnie committed Dec 7, 2021
1 parent 79b669b commit fd42faf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/snippets/storage_create_bucket_class_location.py
Expand Up @@ -21,7 +21,10 @@


def create_bucket_class_location(bucket_name):
"""Create a new bucket in specific location with storage class"""
"""
Create a new bucket in the US region with the coldline storage
class
"""
# bucket_name = "your-new-bucket-name"

storage_client = storage.Client()
Expand Down

0 comments on commit fd42faf

Please sign in to comment.