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-04-22 UTC."],[[["This page provides documentation for the `PredefinedDefaultObjectAcl` structure within the Google Cloud Storage C++ client library, spanning multiple versions from 2.11.0 to 2.37.0-rc."],["The `PredefinedDefaultObjectAcl` is used to set a default access control list for objects within a bucket, which is applied to newly uploaded objects that do not have a specific ACL defined."],["The available functions include methods to define the default object ACL as `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`."],["The documentation also provides links to external Google Cloud Storage documentation regarding Default Object ACLs and Predefined ACLs for further details."]]],[]]