Class: Aws::S3::Plugins::Dualstack Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: OptionHandler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _config) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



8
9
10
# File 'lib/aws-sdk-s3/plugins/dualstack.rb', line 8

def add_handlers(handlers, _config)
  handlers.add(OptionHandler, step: :initialize)
end