pottava/aws-s3-proxy

Returns a 404 error when tried to access on the browser

samatha-kataru opened this issue · 0 comments

Hello,
I am running the following

  1. 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
  2. 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
  3. 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
  4. 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!