Class: Aws::Plugins::S3SseCpk::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::S3SseCpk::Handler
- Defined in:
- lib/aws-sdk-core/plugins/s3_sse_cpk.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
17 18 19 20 |
# File 'lib/aws-sdk-core/plugins/s3_sse_cpk.rb', line 17 def call(context) compute_key_md5(context) @handler.call(context) end |