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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage provides documentation for the `PredefinedDefaultObjectAcl` struct within the Google Cloud Storage C++ client library, covering versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `PredefinedDefaultObjectAcl` struct is used to define the default Access Control List (ACL) for objects in a Google Cloud Storage bucket, which is applied to new objects if no other ACL is specified."],["The page contains links to Google Cloud documentation providing more information on both default object ACLs and predefined ACLs in GCS."],["Several static functions are detailed, including `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`, all of which return a `PredefinedDefaultObjectAcl`."],["It showcases a detailed list of the releases where the PredefinedDefaultObjectAcl structure is defined."]]],[]]