class Aws::S3::Plugins::ARN
def add_handlers(handlers, _config)
endpoint is build:90 (populates the URI for the first time)
param validator is validate:50
def add_handlers(handlers, _config) handlers.add(ARNHandler, step: :validate, priority: 75) handlers.add(UrlHandler) end