The code is a concurrent file downloader in Go that splits a file into multiple parts, downloads them in parallel, and assembles the final file, with support for Etag validation to ensure file integrity.
MIT License
1
stars
0
forks
source link
Optimize Manifest Decryption Based on Keep Part Files #168
This change streamlines the process by skipping unnecessary decryption steps when retaining downloaded part files is desired.