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-17 UTC."],[[["This page provides documentation for the `PredefinedDefaultObjectAcl` structure within the Google Cloud Storage C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["`PredefinedDefaultObjectAcl` is used to set the default Access Control List (ACL) for objects uploaded to a specific Google Cloud Storage bucket."],["The default object ACL is applied to any objects uploaded to a bucket that do not have a specific ACL defined, and you can read more on this topic at the provided link."],["The documentation lists several predefined ACL options that can be applied to objects, including `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`."],["The page also includes a `well_known_parameter_name()` function, that is a part of the `PredefinedDefaultObjectAcl` class."]]],[]]