Google Cloud Storage Operations: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Bucket Operations= | =Bucket Operations= | ||
==Listing Buckets== | |||
<syntaxhighlight lang='bash'> | |||
gsutil ls [-L] [-p <proj_id>] | |||
</syntaxhighlight> | |||
For concepts, see: {{Internal|Google_Cloud_Storage_Concepts#Bucket|Bucket}} | |||
==Create a Bucket== | ==Create a Bucket== | ||
{{External|https://cloud.google.com/storage/docs/creating-buckets}} | {{External|https://cloud.google.com/storage/docs/creating-buckets}} |
Revision as of 00:35, 25 August 2021
Internal
gsutil
Bucket Operations
Listing Buckets
gsutil ls [-L] [-p <proj_id>]
For concepts, see:
Create a Bucket
gsutil mb -b on -l us-west1 gs://of72t3336344j
For concepts, see: