Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3310fd

Browse filesBrowse files
authored
Adding additional line at the end of create_bucket
1 parent 4fb7649 commit e3310fd
Copy full SHA for e3310fd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎storage/cloud-client/snippets.py

Copy file name to clipboardExpand all lines: storage/cloud-client/snippets.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def create_bucket(bucket_name):
3737
bucket.create()
3838
print('Bucket {} created.'.format(bucket.name))
3939

40+
4041
def delete_bucket(bucket_name):
4142
"""Deletes a bucket. The bucket must be empty."""
4243
storage_client = storage.Client()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.