Module | AWS::S3::ACLObject |
In: |
lib/aws/s3/acl_object.rb
|
Common methods for AccessControlList and related objects.
Returns the XML representation of the object. Generally you‘ll want to call this on an AccessControlList object, which will yield an XML representation of the ACL that you can send to S3.
Returns true if and only if this object is valid according to S3‘s published ACL schema. In particular, this will check that all required attributes are provided and that they are of the correct type.
Raises an exception unless this object is valid according to S3‘s published ACL schema. @see valid?