You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run command docker run -d -p 8080:80 -e AWS_REGION -e AWS_S3_BUCKET -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY pottava/s3-proxy
Container started running
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2fffaa2150e0 pottava/s3-proxy "/aws-s3-proxy" 4 seconds ago Up 4 seconds 0.0.0.0:8080->80/tcp, :::8080->80/tcp quirky_tharp
Here are the docker logs docker logs 2fffaa2150e0 2023/02/13 04:00:27 [config] Proxy to bni-software-test-reports 2023/02/13 04:00:27 [config] AWS Region: us-east-1 2023/02/13 04:00:27 [service] listening on :80
When I try to open on the browser with the following url http://<host-ip>:8080/<bucket-name>/<folder>/<index.html>
It gives me the below error
NoSuchKey: The specified key does not exist.
status code: 404, request id:
Could you take a look and let me know if this url and port is correct? Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am running the following
docker run -d -p 8080:80 -e AWS_REGION -e AWS_S3_BUCKET -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY pottava/s3-proxy
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2fffaa2150e0 pottava/s3-proxy "/aws-s3-proxy" 4 seconds ago Up 4 seconds 0.0.0.0:8080->80/tcp, :::8080->80/tcp quirky_tharp
docker logs 2fffaa2150e0 2023/02/13 04:00:27 [config] Proxy to bni-software-test-reports 2023/02/13 04:00:27 [config] AWS Region: us-east-1 2023/02/13 04:00:27 [service] listening on :80
http://<host-ip>:8080/<bucket-name>/<folder>/<index.html>
It gives me the below error
NoSuchKey: The specified key does not exist.
status code: 404, request id:
Could you take a look and let me know if this url and port is correct? Thank you!
The text was updated successfully, but these errors were encountered: