class Aws::Plugins::S3Dualstack

@api private @seahorse.client.option [Boolean] :use_dualstack_endpoint (false)

When set to `true`, IPv6-compatible bucket endpoints will be used
for all operations.

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/aws-sdk-core/plugins/s3_dualstack.rb, line 13
def add_handlers(handlers, config)
  handlers.add(OptionHandler, step: :initialize)
  handlers.add(DualstackHandler, step: :build, priority: 0)
end