Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service/sqs: Add support for validating message checksums by default #1748

Merged
merged 2 commits into from Jul 1, 2022

Commits on Jun 30, 2022

  1. service/sqs: Add support for validating message checksums by default

    Adds support for the SQS client to automatically validate message
    checksums for SendMessage, SendMessageBatch, and ReceiveMessage. This
    brings the v2 SDK up to speed with the v1 SDK's behavior.
    
    A DisableMessageChecksumValidation parameter has been added to the
    Options struct for SQS package. Setting this to true will disable the
    checksum validation. This can be set when creating a client, or per
    operation call.
    jasdel committed Jun 30, 2022
    Copy the full SHA
    7821898 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Copy the full SHA
    8ce69a4 View commit details
    Browse the repository at this point in the history