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