Google Cloud Storage Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
=Bucket Operations=
=Bucket Operations=
==Listing Buckets==
==Listing Buckets==
CLI:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
gsutil ls [-L] [-p <proj_id>]
gsutil ls [-L] [-p <proj_id>]
</syntaxhighlight>
</syntaxhighlight>
Java programming model:
For concepts, see: {{Internal|Google_Cloud_Storage_Concepts#Bucket|Bucket}}
For concepts, see: {{Internal|Google_Cloud_Storage_Concepts#Bucket|Bucket}}



Revision as of 00:35, 25 August 2021

Internal

gsutil

gsutil

Bucket Operations

Listing Buckets

CLI:

gsutil ls [-L] [-p <proj_id>]

Java programming model:


For concepts, see:

Bucket

Create a Bucket

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

For concepts, see:

Bucket