Google Cloud Storage Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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

gsutil

Bucket Operations

Create a Bucket

https://cloud.google.com/storage/docs/creating-buckets
gsutil mb -b on -l us-west1 gs://of72t3336344j