module AWS::S3::Bucket::ACLProxy

def change

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