Skip to content

v1.0.793

Latest

Choose a tag to compare

@inxtci inxtci released this 17 Jun 14:01
98f1e6d

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