We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4838ca commit 3f629f4Copy full SHA for 3f629f4
lib/ex_aws/config.ex
@@ -41,7 +41,7 @@ defmodule ExAws.Config do
41
end
42
43
def retrieve_runtime_config(config) do
44
- Enum.reduce(config, %{}, fn
+ Enum.reduce(config, config, fn
45
{:host, host}, config ->
46
Map.put(config, :host, retrieve_runtime_value(host, config))
47
{k, v}, config ->
0 commit comments