ChecksumCapability
type ChecksumCapability = | "crc32" | "crc32c" | "etag" | "md5" | "sha1" | "sha256" | string & {};Defined in: src/core/CapabilitySet.ts:19
Checksum or integrity mechanisms a provider can advertise.
type ChecksumCapability = | "crc32" | "crc32c" | "etag" | "md5" | "sha1" | "sha256" | string & {};Defined in: src/core/CapabilitySet.ts:19
Checksum or integrity mechanisms a provider can advertise.