Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
GCP: Cleanup CLI storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 6, 2022
1 parent 96ed1d2 commit 860af32
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions content/GCP/05_cli_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"**Exercises:** 2 min\n",
"\n",
"**Questions:**\n",
"* How do I store data in a Bucket?\n",
" * How do I store data in a Bucket?\n",
"\n",
"**Objectives:**\n",
"* Manage buckets using the command line.\n",
"* Create a bucket with a sensible configuration.\n",
"* Learn to manage data (add, list, retrieve, delete) in a bucket using the command line.\n",
" * Manage buckets using the command line.\n",
" * Create a bucket with a sensible configuration.\n",
" * Learn to manage data (add, list, retrieve, delete) in a bucket using the command line.\n",
"```\n"
]
},
Expand Down Expand Up @@ -602,7 +602,7 @@
}
],
"source": [
"gsutil ls \"gs://$BUCKET\""
"gsutil ls gs://$BUCKET"
]
},
{
Expand All @@ -611,8 +611,9 @@
"metadata": {},
"source": [
"```{admonition} Exercise\n",
":class: exercise\n",
"\n",
"* Display the object with the date in the bucket.\n",
" * Display the object with the date in the bucket.\n",
"```"
]
},
Expand Down

0 comments on commit 860af32

Please sign in to comment.