You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Plugins::RequestSigner Defined Under NamespaceClasses: Handler
Attribute Summary collapse#add_options, #after_initialize, after_initialize, #before_initialize, before_initialize, option
Methods included from Seahorse::Client::HandlerBuilder#handle, #handle_request, #handle_response
Instance Method Details #add_handlers(handlers, config) ⇒ Object135 136 137 138 139 140 141 142 143 144 145 146
# File 'aws-sdk-core/lib/aws-sdk-core/plugins/request_signer.rb', line 135 def add_handlers(handlers, config) unless config.sigv4_name == 's3' operations = [] config.api.operation_names.each do |operation_name| if config.api.operation(operation_name)['authtype'] != 'none' operations << operation_name end end handlers.add(Handler, step: :sign, operations: operations) end end
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4