Skip to content

Commit

Permalink
put_aws_sigv4: Fix detecting service
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 23, 2024
1 parent 8733431 commit 24eb149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/req/steps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24eb149

Please sign in to comment.