Open
Description
Currently the endpoint prefix is hardcoded for mturk:
host = get_host("mturk-requester", client)
...
defp get_host(endpoint_prefix, client) do
if client.region == "local" do
"localhost"
else
"#{endpoint_prefix}.#{client.region}.#{client.endpoint}"
end
end
Since there is a sandbox development endpoint, it would be nice to support the "mturk-requester-sandbox" prefix as well.
Metadata
Metadata
Assignees
Labels
No labels