79599206

Date: 2025-04-29 21:13:07
Score: 0.5
Natty:
Report link

If you need a hot fix, just add to client constuctor requestChecksumCalculation: "WHEN_REQUIRED"

  const client = new S3({
    // ... other params
    requestChecksumCalculation: "WHEN_REQUIRED",
  });

For more details see The GitHub issue about this bug

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamil' Ocean