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

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

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object



22
23
24
25
# File '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