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
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):
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
The text was updated successfully, but these errors were encountered: