update gcp question (#225)

This commit is contained in:
MARCELO GUERRERO 2022-04-26 23:43:20 -05:00 committed by GitHub
parent 1364abab58
commit 2277eb0c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5308,6 +5308,10 @@ Azure AD is a cloud-based identity service. You can use it as a standalone servi
<details>
<summary>How do you list buckets?</summary><br><b>
Two ways to do that:
$ gsutil ls
$ gcloud alpha storage ls
</b></details>
<details>