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 in Google Cloud Storage, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `PredefinedDefaultObjectAcl` is used to set a default access control list (ACL) for objects uploaded to a bucket, applying to all objects that lack a specific ACL."],["The content also references documentation regarding the use of default object ACLs and predefined ACLs, both of which can be found on the google cloud storage documentation pages."],["There are several static functions available, such as `AuthenticatedRead()`, `BucketOwnerFullControl()`, `Private()`, and `PublicRead()`, all of which return a `PredefinedDefaultObjectAcl` type and are used to set the default ACL on a bucket."],["The `well_known_parameter_name()` function returns a `char const *` and there are no other provided details on its purpose."]]],[]]