class Aws::Plugins::S3Dualstack
for all operations.
When set to ‘true`, IPv6-compatible bucket endpoints will be used
@seahorse.client.option [Boolean] :use_dualstack_endpoint (false)
@api private
def add_handlers(handlers, config)
def add_handlers(handlers, config) handlers.add(OptionHandler, step: :initialize) handlers.add(DualstackHandler, step: :build, priority: 0) end