Class: Aws::S3::Plugins::SseCpk::Handler

Inherits:
Seahorse::Client::Handler show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/plugins/sse_cpk.rb

Instance Attribute Summary

Attributes inherited from Seahorse::Client::Handler

#handler

Instance Method Summary collapse

Methods inherited from Seahorse::Client::Handler

#initialize, #inspect

Constructor Details

This class inherits a constructor from Seahorse::Client::Handler

Instance Method Details

#call(context) ⇒ Object



22
23
24
25
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/plugins/sse_cpk.rb', line 22

def call(context)
  compute_key_md5(context) if context.params.is_a?(Hash)
  @handler.call(context)
end