From 860af32f3873f572684bf3ca598e83ecf33f5857 Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Fri, 6 May 2022 17:03:33 +0000 Subject: [PATCH] GCP: Cleanup CLI storage. --- content/GCP/05_cli_storage.ipynb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/GCP/05_cli_storage.ipynb b/content/GCP/05_cli_storage.ipynb index d1c3281..b643e0c 100644 --- a/content/GCP/05_cli_storage.ipynb +++ b/content/GCP/05_cli_storage.ipynb @@ -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" ] }, @@ -602,7 +602,7 @@ } ], "source": [ - "gsutil ls \"gs://$BUCKET\"" + "gsutil ls gs://$BUCKET" ] }, { @@ -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", "```" ] },