diff --git a/lib/req/steps.ex b/lib/req/steps.ex index 939e6f6..8053454 100644 --- a/lib/req/steps.ex +++ b/lib/req/steps.ex @@ -1248,6 +1248,8 @@ defmodule Req.Steps do else if service = detect_aws_service(url) do Keyword.put(options, :service, service) + else + options end end end