Skip to content

Conversation

@nikooo777
Copy link

the new AWS SDK floods the log with a checksum warning.

This happens when using S3 sources different from AWS S3.

This PR suppresses this warning

Jun  3 16:58:19 caddy[393404]: message repeated 33 times: [ SDK 2025/06/03 16:58:19 WARN Response has no supported checksum. Not validating response payload.]
Jun  3 16:58:20 caddy[393404]: SDK 2025/06/03 16:58:20 WARN Response has no supported checksum. Not validating response payload.

Here's a blog post I found about the issue: https://tsak.dev/posts/aws-sdk-suppress-checksum-warning/

o.BaseEndpoint = aws.String(fs.Endpoint)
}

o.DisableLogOutputChecksumValidationSkipped = true
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind adding that link here as a reference?

THanks!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants