Need strong SHA1 ETag support
Hi Sir
By reading the Swift API documents, the ETag was MD5 checksum, I am designing a global deduplication system, all chunks are already checked by strong SHA1 algorithm, how can I specify the ETag checksum algorithm to SHA1?
I don't want to MD5 a chunk which already checked by strong SHA1.
Thanks.