Class: Aws::S3::Plugins::SkipWholeMultipartGetChecksums::Handler

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

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object



14
15
16
17
18
19
# File '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