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-09 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 default access control lists for objects within a Google Cloud Storage bucket, ensuring that all newly uploaded objects inherit these predefined permissions."],["Default Object ACLs are applied to objects in a bucket if no other predefined ACL or ACL is set during the upload request, ensuring a baseline level of access control."],["The documentation includes several static functions to define different predefined ACLs such as `AuthenticatedRead`, `BucketOwnerFullControl`, `BucketOwnerRead`, `Private`, `ProjectPrivate`, and `PublicRead`."],["The page provides external links to Google Cloud Storage documentation for more details on Default Object ACLs and Predefined ACLs."]]],[]]