module AWS::S3::S3Object::ACLProxy

@private

Attributes

object[RW]

Public Instance Methods

change() { |self| ... } click to toggle source
# File lib/aws/s3/s3_object.rb, line 715
def change
  yield(self)
  object.acl = self
end