Etag Hash
Generate S3-Compatible ETags
ES6 class that generates ETags using the same algorithm as S3 via MD5 sum. Perfect for verifying Amazon S3 multi-part uploads and ensuring data integrity.
Uses the exact same algorithm as Amazon S3
Perfect for verifying large file uploads
Compatible with Node.js crypto module
Reliable ETag generation for S3 compatibility and data integrity
Generates ETags using the exact same MD5-based algorithm as Amazon S3 for perfect compatibility.
Specifically designed for verifying Amazon S3 multi-part uploads and ensuring data integrity.
API similar to Node.js crypto module, making it compatible with existing streaming workflows.
Efficiently processes large files in chunks, perfect for streaming and memory-efficient operations.
Ensures data integrity by providing reliable checksums that match S3 expectations.
Works seamlessly with Node.js streams for real-time ETag computation during file processing.
Generate S3-compatible ETags from file content using a simple, crypto-module-like API.
Compute ETags for large files using streaming to avoid loading entire files into memory.
Verify S3 multi-part uploads by computing ETags that match Amazon S3's algorithm exactly.