Class: Aws::S3::Plugins::ChecksumAlgorithm Private
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Aws::S3::Plugins::ChecksumAlgorithm
- 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: SkipTrailerChecksumsHandler, 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.
37 38 39 40 |
# File 'lib/aws-sdk-s3/plugins/checksum_algorithm.rb', line 37 def add_handlers(handlers, _config) handlers.add(SkipWholeMultipartGetChecksumsHandler, step: :initialize, operations: [:get_object]) handlers.add(SkipTrailerChecksumsHandler, step: :build, priority: 16, operations: i[put_object upload_part]) end |