upyun / node-sdk

UPYUN SDK for JS(support browser and node.js)
96 stars 21 forks source link

能否开放proxy选项 #37

Closed hihl closed 5 years ago

hihl commented 6 years ago

公司线上网络无法访问up云,只能给v0.api.upyun.com开通代理,但是必须在代码中使用。 即create-req.js中 const req = axios.create({ baseURL: endpoint + '/' + service.serviceName, maxRedirects: 0, proxy: ... })

743v45 commented 5 years ago

closes by #63