# File lib/aws/s3/bucket.rb, line 204 def acl acl = client.get_bucket_acl(:bucket_name => name).acl acl.extend ACLProxy acl.bucket = self acl end