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 within the Google Cloud Storage C++ library, spanning multiple versions."],["The latest version of the documentation is for version 2.37.0-rc, with links to previous versions available, starting from version 2.11.0 up until the latest version."],["`PredefinedDefaultObjectAcl` is used to set the default Access Control List (ACL) for objects within a bucket, and it will be applied to all uploaded objects without a specifically predefined or requested ACL."],["The predefined ACL values include `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`, each represented by a static function."],["The page also contains links to external documentation for a more detailed description on GCS ACLs and predefined ACLs."]]],[]]