From 2277eb0c36eb95fa13cf84a0dab24bc10f4f0b07 Mon Sep 17 00:00:00 2001
From: MARCELO GUERRERO <32203163+croguerrero@users.noreply.github.com>
Date: Tue, 26 Apr 2022 23:43:20 -0500
Subject: [PATCH] update gcp question (#225)
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fb92a53..962fa15 100644
--- a/README.md
+++ b/README.md
@@ -5308,8 +5308,12 @@ Azure AD is a cloud-based identity service. You can use it as a standalone servi
How do you list buckets?
+ Two ways to do that:
+ $ gsutil ls
+ $ gcloud alpha storage ls
+
-
+
What Compute metadata key allows you to run code at startup?