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
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@
"import uuid\n",
"BUCKET_ID = \"code-samples-\" + str(uuid.uuid1())\n",
"\n",
"!gsutil mb gs://{BUCKET_ID}"
"!gcloud storage buckets create gs://{BUCKET_ID}"
]
},
{
Expand Down Expand Up @@ -1272,7 +1272,7 @@
"outputs": [],
"source": [
"# # Delete the Google Cloud Storage bucket and files\n",
"# ! gsutil rm -r gs://{BUCKET_ID}\n",
"# ! gcloud storage rm gs://{BUCKET_ID} --recursive\n",
"# print(f\"Deleted bucket '{BUCKET_ID}'.\")"
]
}
Expand Down