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



20
21
22
23
# File 'lib/aws-sdk-s3/plugins/sse_cpk.rb', line 20

def call(context)
  compute_key_md5(context)
  @handler.call(context)
end