79765471

Date: 2025-09-15 18:12:27
Score: 1
Natty:
Report link

put_local_to_s3 is async and you are not awaiting it. Here's a MRE of what is happening. In this example, you are performing main1 (not awaiting an async function), main2 is how to correct it. Note that there are compile warnings saying that not awaiting a future does nothing. Playground link

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Timmy