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-21 UTC."],[[["This page details the `PredefinedDefaultObjectAcl` structure within the Google Cloud Storage C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `PredefinedDefaultObjectAcl` is used to set the default Access Control List (ACL) for objects within a specific bucket."],["When an object is uploaded to a bucket without a defined ACL, the `PredefinedDefaultObjectAcl` will be used to determine its permissions."],["Several predefined ACL values are available, including `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`."],["There are links provided to learn more about default object ACL's and Predefined ACL's in GCS."]]],[]]