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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This page provides documentation for the `PredefinedDefaultObjectAcl` struct in Google Cloud Storage C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `PredefinedDefaultObjectAcl` struct is used to set default object Access Control Lists (ACLs) for a bucket, which apply to all newly uploaded objects without a specified ACL."],["The page details various predefined ACL values, such as `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`."],["It also contains links to more detailed descriptions of default object ACLs and predefined ACLs in the Google Cloud Storage documentation."],["The functions provided allow users to define the type of access control they want to apply by default to a bucket, with functions such as `AuthenticatedRead()` or `Private()`."]]],[]]