ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

Would you please add proxy support? #133

Closed ghost closed 5 years ago

ghost commented 7 years ago

We would like using svfs over the proxy , because we behind a firewall, but we can set up proxy , to let we cross the firewall.

Would you please provided us an proxy options to let us mount fs over proxy. like

http_proxy=http://127.0.0.1:8123
xlucas commented 6 years ago

It sounds like the forked swift library already supports this (https://github.com/xlucas/swift/blob/master/swift.go#L265).