class Aws::Plugins::DynamoDBCRC32Validation
Failures can be retried up to ‘:retry_limit` times.
If the checksums do not match, the request is re-sent.
response body and compared against the `X-Amz-Crc32` header.
When `true`, a CRC32 checksum is computed of every HTTP
@seahorse.client.option [Boolean] :compute_checksums (true)
def add_handlers(handlers, config)
def add_handlers(handlers, config) if config.compute_checksums handlers.add(Handler, step: :sign) end end