class Aws::S3::Plugins::Dualstack

@api private

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/aws-sdk-s3/plugins/dualstack.rb, line 17
def add_handlers(handlers, config)
  handlers.add(OptionHandler, step: :initialize)
  handlers.add(DualstackHandler, step: :build, priority: 11)
end