Class: Aws::Plugins::S3UrlEncodedKeys::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::S3UrlEncodedKeys::Handler
- Defined in:
- lib/aws-sdk-core/plugins/s3_url_encoded_keys.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
27 28 29 30 31 32 33 |
# File 'lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb', line 27 def call(context) if context.params.key?(:encoding_type) @handler.call(context) # user managed else manage_keys(context) end end |