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