Dave Berenbaum

Results 845 comments of Dave Berenbaum

Related: #6927. Maybe it could be an option to pass arbitrary information to `dvc remote test` to also test arbitrary credentials for things like `get-url`/`import-url`.

I did a quick look into it: * AWS: https://stackoverflow.com/questions/31836816/how-to-test-credentials-for-aws-command-line-tools (seems doable) * Azure: https://stackoverflow.com/questions/53258301/how-to-verify-authentication-of-microsoft-azure-storage-accounts-when-called-wit (doesn't seem straightforward) * GCloud: https://cloud.google.com/sdk/gcloud/reference/auth/list (haven't tested this but looks promising) Even if we...

See https://github.com/iterative/studio/issues/4105#issuecomment-1234993440

@pmrowla @efiop Any thoughts on the priority of this one?

Hm, good point. A couple possible options: * Use `-g` option and make URL optional in that case. * Introduce some new syntax like `git:origin`.

Sorry, @blakeNaccarato , I think it was a mistake to close this one.

Are we planning to migrate http to fsspec and/or optimize it? > It's considered a design mistake and has been superseded by multiplexing in http/2. Though we won't find much...

We discussed this in planning, and there are a few different items to address in this issue: 1. **Difference between `get` and `pull`** - this will hopefully be addressed soon....

> Also, one more experiment - what happens with `-j 100` and `--numworkers=100`? Just to see how does it scale. Also, how much of your network bandwidth do they take?...

Removing the p1 label here because this is clearly not going to be closed in the next sprint or so, which should be the goal for a p1. However, it's...