Google Cloud Storage Operations: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Bucket Operations= | =Bucket Operations= | ||
== | ==<span id='Listing_Buckets'></span>List Buckets== | ||
CLI: | CLI: | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> |
Revision as of 00:36, 25 August 2021
Internal
gsutil
Bucket Operations
List Buckets
CLI:
gsutil ls [-L] [-p <proj_id>]
Java programming model:
For concepts, see:
Create a Bucket
gsutil mb -b on -l us-west1 gs://of72t3336344j
For concepts, see: