mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 26 10:48:49 UTC 2023
This commit is contained in:
parent
64e67b443c
commit
4558a00e48
204 changed files with 2787 additions and 1591 deletions
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud alpha storage buckets create - create buckets for storing objects
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage buckets create URL [--additional-headers=HEADER=VALUE]
|
||||
gcloud alpha storage buckets create URL [URL ...]
|
||||
[--additional-headers=HEADER=VALUE]
|
||||
[--default-encryption-key=DEFAULT_ENCRYPTION_KEY,
|
||||
-k DEFAULT_ENCRYPTION_KEY]
|
||||
[--default-storage-class=DEFAULT_STORAGE_CLASS,
|
||||
|
|
@ -15,12 +16,14 @@ SYNOPSIS
|
|||
[--[no-]uniform-bucket-level-access, -b] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new bucket.
|
||||
(ALPHA) Create new buckets.
|
||||
|
||||
EXAMPLES
|
||||
The following command creates a Cloud Storage bucket named my-bucket:
|
||||
The following command creates 2 Cloud Storage buckets, one named my-bucket
|
||||
and a second bucket named my-other-bucket:
|
||||
|
||||
$ gcloud alpha storage buckets create gs://my-bucket
|
||||
$ gcloud alpha storage buckets create gs://my-bucket \
|
||||
gs://my-other-bucket
|
||||
|
||||
The following command creates a bucket with the nearline default storage
|
||||
class (https://cloud.google.com/storage/docs/storage-classes) in the asia
|
||||
|
|
@ -30,8 +33,8 @@ EXAMPLES
|
|||
--default-storage-class=nearline --location=asia
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
URL
|
||||
The URL of the bucket to create.
|
||||
URL [URL ...]
|
||||
The URLs of the buckets to create.
|
||||
|
||||
FLAGS
|
||||
--additional-headers=HEADER=VALUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue