Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype ObjectOwnership where
Documentation
newtype ObjectOwnership Source #
The container element for object ownership for a bucket's ownership controls.
BucketOwnerPreferred - Objects uploaded to the bucket change ownership
to the bucket owner if the objects are uploaded with the
bucket-owner-full-control
canned ACL.
ObjectWriter - The uploading account will own the object if the object
is uploaded with the bucket-owner-full-control
canned ACL.
pattern ObjectOwnership_BucketOwnerPreferred :: ObjectOwnership | |
pattern ObjectOwnership_ObjectWriter :: ObjectOwnership |