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 webpage provides documentation for the `PredefinedDefaultObjectAcl` struct within the Google Cloud Storage C++ client library, spanning versions 2.11.0 to 2.37.0-rc."],["The `PredefinedDefaultObjectAcl` struct is used to set the default Access Control List (ACL) for objects within a Google Cloud Storage bucket, applied when objects are uploaded without a specified ACL."],["The documentation details several static functions within `PredefinedDefaultObjectAcl` that represent predefined ACL values, such as `AuthenticatedRead`, `BucketOwnerFullControl`, `Private`, `ProjectPrivate`, and `PublicRead`."],["Each bucket in Google Cloud Storage has a default object ACL, which is applied to all objects uploaded to that bucket unless another ACL is explicitly set during object creation."],["The provided links offer a deeper dive into default object ACLs and the predefined ACLs for Google Cloud Storage."]]],[]]