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 webpage provides documentation for the `PredefinedDefaultObjectAcl` struct in Google Cloud Storage C++ library, detailing its usage across multiple versions."],["The latest version documented is `2.37.0-rc`, while the oldest version listed is `2.11.0`, encompassing a range of versions in between."],["`PredefinedDefaultObjectAcl` allows setting the default access control list for objects uploaded to a bucket, and it is applied when no other ACL is specified."],["The page offers static functions to apply predefined ACL values, such as `AuthenticatedRead`, `BucketOwnerFullControl`, `Private`, `ProjectPrivate`, and `PublicRead`."],["There is also the function `well_known_parameter_name()` without description."]]],[]]