Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returns a 404 error when tried to access on the browser #71

Open
samatha-kataru opened this issue Feb 13, 2023 · 0 comments
Open

Returns a 404 error when tried to access on the browser #71

samatha-kataru opened this issue Feb 13, 2023 · 0 comments

Comments

@samatha-kataru
Copy link

samatha-kataru commented Feb 13, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant