# File lib/aws/s3/s3_object.rb, line 761 def acl=(acl) client.set_object_acl( :bucket_name => bucket.name, :key => key, :acl => acl) nil end