Class: Aws::DynamoDB::Plugins::CRC32Validation

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/aws-sdk-dynamodb/plugins/crc32_validation.rb

Defined Under Namespace

Classes: Handler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, config) ⇒ Object



16
17
18
19
20
# File 'lib/aws-sdk-dynamodb/plugins/crc32_validation.rb', line 16

def add_handlers(handlers, config)
  if config.compute_checksums
    handlers.add(Handler, step: :sign)
  end
end