goofys icon indicating copy to clipboard operation
goofys copied to clipboard

ENDPOINT

Open letttung opened this issue 3 years ago • 1 comments

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

letttung avatar Jul 14 '20 22:07 letttung