Description
This PR implements the multipart download functionality along with its corresponding tests. It adds the complete logic for downloading and decrypting files in multiple chunks, tracking and reporting download progress, streaming the chunks in the correct order as they are completed, and retrying failed chunks up to three times to ensure reliability.
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
Additional Notes
Part of the multipart download implementation.