Class: Aws::S3::Plugins::ChecksumAlgorithm Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: SkipWholeMultipartGetChecksumsHandler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _config) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



21
22
23
24
25
26
27
# File 'lib/aws-sdk-s3/plugins/checksum_algorithm.rb', line 21

def add_handlers(handlers, _config)
  handlers.add(
    SkipWholeMultipartGetChecksumsHandler,
    step: :initialize,
    operations: [:get_object]
  )
end