Google Cloud Storage C++ Client
1.40.2
A C++ Client Library for Google Cloud Storage
|
Set the default object ACL to a predefined value in a Bucket. More...
#include <google/cloud/storage/well_known_parameters.h>
Static Public Member Functions | |
static char const * | well_known_parameter_name () |
static PredefinedDefaultObjectAcl | AuthenticatedRead () |
static PredefinedDefaultObjectAcl | BucketOwnerFullControl () |
static PredefinedDefaultObjectAcl | BucketOwnerRead () |
static PredefinedDefaultObjectAcl | Private () |
static PredefinedDefaultObjectAcl | ProjectPrivate () |
static PredefinedDefaultObjectAcl | PublicRead () |
Set the default object ACL to a predefined value in a Bucket.
Every bucket has a default object ACL, and this ACL is applied to all objects uploaded to that bucket without a predefined ACL or an ACL specified in the request. When creating Buckets it is sometimes convenient to define the default object ACL to one of the predefined values.
Definition at line 400 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 409 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 412 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 415 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 418 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 421 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 424 of file well_known_parameters.h.
|
inlinestatic |
Definition at line 405 of file well_known_parameters.h.