We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a852e2a commit 7a4bd97Copy full SHA for 7a4bd97
1 file changed
lib/remote_persistent_term/fetcher/s3.ex
@@ -148,7 +148,6 @@ defmodule RemotePersistentTerm.Fetcher.S3 do
148
end
149
150
defp get_object(state) do
151
- # aws_client_request(&ExAws.S3.get_object/2, state, state.key)
152
aws_client_request(:get_object, state, [state.key, [version_id: state.version_id]])
153
154
0 commit comments