1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/alpha/storage/buckets/help

65 lines
1.5 KiB
Text
Raw Normal View History

2022-08-03 09:18:38 +00:00
NAME
gcloud alpha storage buckets - manage Cloud Storage buckets
SYNOPSIS
gcloud alpha storage buckets GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Cloud Storage buckets.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
2022-09-14 09:28:28 +00:00
GROUPS
GROUP is one of the following:
2024-01-10 10:17:49 +00:00
anywhere-caches
(ALPHA) Manage Cloud Storage Anywhere Caches.
2022-09-14 09:28:28 +00:00
notifications
(ALPHA) Manage Cloud Storage bucket notifications.
2022-08-03 09:18:38 +00:00
COMMANDS
COMMAND is one of the following:
2023-01-19 00:56:33 +00:00
add-iam-policy-binding
(ALPHA) Add an IAM policy binding to a bucket.
2022-08-03 09:18:38 +00:00
create
(ALPHA) Create buckets for storing objects.
delete
(ALPHA) Deletes Cloud Storage buckets.
describe
(ALPHA) Describes Cloud Storage buckets.
2023-01-19 00:56:33 +00:00
get-iam-policy
(ALPHA) Get the IAM policy for a bucket.
2022-08-03 09:18:38 +00:00
list
(ALPHA) Lists Cloud Storage buckets.
2024-11-20 10:03:22 +00:00
relocate
(ALPHA) Relocates bucket between different locations.
2023-01-19 00:56:33 +00:00
remove-iam-policy-binding
(ALPHA) Remove an IAM policy binding from a bucket.
set-iam-policy
(ALPHA) Set the IAM policy for a bucket.
2022-08-03 09:18:38 +00:00
update
(ALPHA) Update bucket settings.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
2022-09-14 09:28:28 +00:00
access allowlist. This variant is also available:
$ gcloud storage buckets
2022-08-03 09:18:38 +00:00