# File lib/s3/grantee.rb, line 128
    def type
      @id[/^http:/] ? "Group" : "CanonicalUser"
    end