Class: Aws::S3::Plugins::SkipWholeMultipartGetChecksums::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::S3::Plugins::SkipWholeMultipartGetChecksums::Handler
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Handler
Instance Method Summary collapse
Methods inherited from Seahorse::Client::Handler
Constructor Details
This class inherits a constructor from Seahorse::Client::Handler
Instance Method Details
#call(context) ⇒ Object
14 15 16 17 18 19 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb', line 14 def call(context) context[:http_checksum] ||= {} context[:http_checksum][:skip_on_suffix] = true @handler.call(context) end |