Google Cloud Storage Operations: Difference between revisions
Jump to navigation
Jump to search
(→gsutil) |
|||
Line 7: | Line 7: | ||
==Create a Bucket== | ==Create a Bucket== | ||
{{External|https://cloud.google.com/storage/docs/creating-buckets}} | {{External|https://cloud.google.com/storage/docs/creating-buckets}} | ||
<syntaxhighlight lang='bash'> | |||
gsutil mb -b on -l us-west1 gs://of72t3336344j | |||
</syntaxhighlight> |
Revision as of 21:55, 24 August 2021
Internal
gsutil
Bucket Operations
Create a Bucket
gsutil mb -b on -l us-west1 gs://of72t3336344j