Description
Validate file's integrity by calculating the hash on download to get the HMAC of the downloaded file to compare against the network one.
Related Issues
None
Related Pull Requests
None
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
- When uploading 10MB, 100MB and 1GB from production and downloading from this environment, the file is downloaded correctly (check integrity with hashes)
- When uploading a 1GB file on this environment, the RAM usage stays almost the same as in the production version
Additional Notes
None