getObject
Specifies the anonymous access to all objects in a bucket.
The following options can be specified:
public- Sets all objects in the bucket to public (read-only), making them readable by anyone in the world.If thegetObjectvalue is set topublic, then all objects in the bucket default to public regardless of theallowPublicOverridesvalue.private- Sets all objects in the bucket to private, making them readable only by you or anyone you give access to.If thegetObjectvalue is set toprivate, and theallowPublicOverridesvalue is set totrue, then all objects in the bucket default to private unless they are configured with apublic-readACL. Individual objects with apublic-readACL are readable by anyone in the world.