# File lib/s3/right_s3_interface.rb, line 766
    def get_bucket_acl(bucket, headers={})
      return get_acl(bucket, '', headers)
    rescue
      on_exception
    end