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

ENDPOINT #8

Open
letttung opened this issue Jul 14, 2020 · 1 comment
Open

ENDPOINT #8

letttung opened this issue Jul 14, 2020 · 1 comment

Comments

@letttung
Copy link

Thanks for the good work.

Question: How do specify a non-Amazon s3 endpoint when you docker run it? (Let say Wasabi or Linode s3 bucket endpoint). I tried something like this but it didn't work (it just exited):

$ docker run -d --rm --privileged -e BUCKET="rita" -e AWS_ACCESS_KEY_ID="..." -e AWS_SECRET_ACCESS_KEY="..." cloudposse/goofys s3.us-west-1.wasabisys.com

@squat
Copy link

squat commented Apr 20, 2021

Hi @letttung, you can use the ENDPOINT environment variable [0] to control this. FWIW, I have this working with Scaleway's S3-compatible service.

[0] https://github.com/cloudposse/goofys/blob/6a7a1647ef4ffd576530ddbe76eb7026a406a46e/rootfs/usr/bin/run.sh#L7

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

2 participants