Stefan Hausotte

Results 78 comments of Stefan Hausotte

@MarcAntoine-Arnaud Thanks for the idea. I never heard of OpenDAL before, but it looks very promising.

Hi @kushudai! Thank you for the PR. While it's quite hacky it show that a S3 integration does not seem to be too much work. Are you interested in improving...

I'll have a look as soon as I've time. I never used S3 from Rust, so that's a new one for me.

In progress in PR #623

Hi @jauhien, sry for the late response. I had some busy weeks. First: Thanks for putting in that much work! What do we need to discuss to get the feature...

A question for clarification: Is the introduction of a `crate_user` necessary? Wouldn't it be much easier to use the existing concept of a an `owner` and enhance it, such that...

Hi, I've reviewed most of it and think it's ready to be merged. As it is a big new feature, would you be so kind and add documentation about it...

I can reproduce the issue and it stems from the `KELLNR_REGISTRY__AUTH_REQUIRED=true` flag, as Kellnr fails to authenticate against itself. I'll try to find a fix for that.

The fix seems to be trivial. The `config.toml` is mounted to the wrong directory. the `$CARGO_HOME` in the container is `/usr/local/cargo/` instead of `/root/.cargo/`. See https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure for the search path...