class Aws::Plugins::S3UrlEncodedKeys::Handler
def manage_keys(context)
def manage_keys(context) context.params[:encoding_type] = 'url' @handler.call(context).on_success do |resp| send("decode_#{resp.context.operation_name}_keys", resp.data) end end