# File lib/aws/s3/bucket.rb, line 541
        def change
          yield(self)
          bucket.acl = self
        end