Google Cloud Storage Operations: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==Listing Buckets== | ==Listing Buckets== | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
gsutil ls [-L] | gsutil ls [-L] [-p <proj_id>] | ||
</syntaxhighlight> | </syntaxhighlight> | ||
For concepts, see: {{Internal|Google_Cloud_Storage_Concepts#Bucket|Bucket}} | For concepts, see: {{Internal|Google_Cloud_Storage_Concepts#Bucket|Bucket}} |
Revision as of 21:59, 24 August 2021
Internal
gsutil
Bucket Operations
Create a Bucket
gsutil mb -b on -l us-west1 gs://of72t3336344j
For concepts, see:
Listing Buckets
gsutil ls [-L] [-p <proj_id>]
For concepts, see: