Cloud Storage
Last updated
Was this helpful?
Last updated
Was this helpful?
Java api reference -
Usages
JSON API
XML API/gsutil
Description
private
private
Gives the bucket or object owner OWNER
permission for a bucket or object.
bucketOwnerRead
bucket-owner-read
Gives the object owner OWNER
permission, and gives the bucket owner READER
permission. This is used only with objects.
Avoid setting ACLs that result in inaccessible objects.
An inaccessible object is an object that cannot be downloaded (read) and can only be deleted. This can happen when the owner of an object leaves a project without granting anyone else
OWNER
orREADER
permission on the object. To avoid this problem, you can use thebucket-owner-read
orbucket-owner-full-control
predefined ACLs when you or anyone else uploads objects to your buckets.
.
.
set permissions with cloud console -