Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion samples/snippets/storage_create_bucket_class_location.py
Original file line number Diff line number Diff line change
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