Difference between revisions of "Gsutil acl ch"
Jump to navigation
Jump to search
↑ https://cloud.google.com/storage/docs/gsutil/commands/acl
Line 13: | Line 13: | ||
* <code>gsutil acl ch -g [email protected]:O gs://example-bucket/**.jpg</code> | * <code>gsutil acl ch -g [email protected]:O gs://example-bucket/**.jpg</code> | ||
+ | |||
+ | Grant the owners of project example-project WRITE access to the bucket example-bucket: | ||
+ | |||
+ | *<code>gsutil acl ch -p owners-example-project:W gs://example-bucket</code> | ||
== See also == | == See also == |
Revision as of 09:15, 1 August 2022
gsutil acl ch
Ch Examples
gsutil acl ch -u AllUsers:R gs://example-bucket/example-object
Grant anyone on the internet WRITE access to the bucket example-bucket:
gsutil acl ch -u [email protected]:WRITE gs://example-bucket
Grant the group OWNER access to all jpg files in example-bucket:
gsutil acl ch -g [email protected]:O gs://example-bucket/**.jpg
Grant the owners of project example-project WRITE access to the bucket example-bucket:
gsutil acl ch -p owners-example-project:W gs://example-bucket
See also
gsutil acl [ get | set | ch ]
gsutil
[config | singurl | mb | iam | cp | ls | acl | defacl | ubla | du | cors | --help
],$HOME/.boto, Cloud Shell
Advertising: