1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/storage/buckets/help

56 lines
1.1 KiB
Text
Raw Normal View History

2022-09-14 09:28:28 +00:00
NAME
gcloud storage buckets - manage Cloud Storage buckets
SYNOPSIS
gcloud storage buckets GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Manage Cloud Storage buckets.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
notifications
Manage Cloud Storage bucket notifications.
COMMANDS
COMMAND is one of the following:
2023-01-19 00:56:33 +00:00
add-iam-policy-binding
Add an IAM policy binding to a bucket.
2022-09-14 09:28:28 +00:00
create
Create buckets for storing objects.
delete
Deletes Cloud Storage buckets.
describe
Describes Cloud Storage buckets.
2023-01-19 00:56:33 +00:00
get-iam-policy
Get the IAM policy for a bucket.
2022-09-14 09:28:28 +00:00
list
Lists Cloud Storage buckets.
2023-01-19 00:56:33 +00:00
remove-iam-policy-binding
Remove an IAM policy binding from a bucket.
set-iam-policy
Set the IAM policy for a bucket.
2022-09-14 09:28:28 +00:00
update
Update bucket settings.
NOTES
This variant is also available:
$ gcloud alpha storage buckets