# File lib/aws/s3/bucket.rb, line 223
      def acl=(acl)
        client.set_bucket_acl(:bucket_name => name, :acl => acl)
        nil
      end