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