kahing / goofys

a high-performance, POSIX-ish Amazon S3 file system written in Go
Apache License 2.0
5.22k stars 523 forks source link

no_proxy doesn't work #417

Open todkang opened 5 years ago

todkang commented 5 years ago

using proxy to visit internet, we setup a minio server behind the proxy in the intranet, set no_proxy ,which works for curl and Web browser, but it doesn't work for goofs, it still visit proxy . no_proxy=127.0.0.1,localhost,10.160.* Hope it can be fixed soon.

kahing commented 5 years ago

What's the --endpoint argument that you are using?