Brenden Matthews a28af779d2
Add S3 cache download validation and retry logic
- Add empty file validation (0 bytes) and minimum size checks (512 bytes) for tar archives
- Implement download completeness validation (bytes downloaded = expected)
- Add retry logic with exponential backoff for validation failures (3 attempts: 1s/2s/4s delays)
- Create DownloadValidationError class for specific validation failures
- Add comprehensive test coverage for validation scenarios
- Maintain graceful degradation - validation failures log warnings but don't fail workflows
2025-06-20 16:35:40 -04:00
..
2023-03-09 18:00:28 +05:30
2023-03-09 18:00:28 +05:30
2024-01-10 15:36:58 +00:00
2024-01-10 15:40:24 +00:00
2022-12-21 19:38:44 +05:30