Yes, localhost. The plan is to use ATS as proxy for S3 bucket. So it is
running as Docker container/k8s Pod where the other Pods/apps are calling it
like: ats:80 ats:80 It is not available from the internet. So far it is
working only when called from inside the docker/k8s pod but not from outside
the docker/k8s pod. regards, Kamil Dnia 14 kwietnia 2020 19:16 juergenp
[core] <[email protected]> napisał(a): Hello, localhost ?? you should
provide an existing hostname. localhost points always to 127.0.0.1. this is a
loopback interface. furthermore a slash is missing at the end of all
the urls. map localhost replace_it_with_a_real_hostname /
bucket_name.s3.eu-west-1.amazonaws.com bucket_name.s3.eu-west-1.amazonaws.com /
@plugin=s3_auth.so @pparam=--config @pparam=s3_auth_v4.config reverse_map
bucket_name.s3.eu-west-1.amazonaws.com bucket_name.s3.eu-west-1.amazonaws.com /
localhost replace_it_with_a_Real_hostname kr Juergen