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