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: DualstackHandler, 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.



15
16
17
18
# File 'lib/aws-sdk-s3/plugins/dualstack.rb', line 15

def add_handlers(handlers, config)
  handlers.add(OptionHandler, step: :initialize)
  handlers.add(DualstackHandler, step: :build, priority: 0)
end