module AWS::S3::S3Object::ACLProxy

def change

def change
  yield(self)
  object.acl = self
end