hsinhoyeh

Results 6 comments of hsinhoyeh

Hi, just want to catch up this issue @jimsmart I don't see any advantage to use sqlite as a cache here, you can even tar files on top of filesystem...

it seems we can specify username/password on the proxy itself. ``` roundRobinSwitcher, err := collyProxy.RoundRobinProxySwitcher("socks5://username:[email protected]:1337") ``` and the http package will add auth header for us, check: https://github.com/golang/go/blob/master/src/net/http/transport.go#L1624 ``` case...

> are you trying to upload using Console UI or writing some custom code here using swagger API? I am uploading via console UI, the log I posted above are...

> Is it maybe because i have my console setup on `https://domain.com/s3-console` and my bucket on `https://domain.com/s3` ? If you set the api under the path `https://domain.com/s3`, it could cause...

hi there, I got a similar issue when I run this [example](https://github.com/kubeflow/kfserving/blob/master/docs/samples/pipelines/kfs-pipeline.ipynb) on kubeflow 1.3 rc0. so when I check logs from activator on knative-serving, it shows some RBAC issues:...

> > hi there, > > I got a similar issue when I run this [example](https://github.com/kubeflow/kfserving/blob/master/docs/samples/pipelines/kfs-pipeline.ipynb) on kubeflow 1.3 rc0. > > so when I check logs from activator on...