skshetry
skshetry
Does it work if you add one `exists` call before? ```python from dvc_s3 import S3FileSystem fs = S3FileSystem(host="my-bucket", profile="my-profile-b") fs.exists("my-bucket/key_0") result = s3_file_system.exists( path=[ "my-bucket/key_0", "my-bucket/key_1", ], batch_size=None, ) ```
Hi, @nisace, could you please check if iterative/dvc-s3#67 fixed the issue for you? You can install it as follows: ```console pip install "dvc-s3 @ git+https://github.com/iterative/dvc-s3.git" ```
Thanks for the confirmation, @nisace. I have just released `dvc-s3==3.1.0`.
In operations like fetch/data-status, we can think of all data files tracked as one single piece. But I am not sure that applies to add/commit where they are updates to...
I am still trying to understand `Index`, so I may be wrong here, but to my mind I find `outs_trie` simpler. With `outs_trie`, I find implementing #4657 this quite straightforward:...
> Wait for what? If we want to use Index in dvc add/commit, outs_trie implementation will be temporary, and we will have to rewrite virtual directory support based on Index....
Views are more of a convenience, conceptually it's just an index though. Could you please elaborate more on the `Index` please? What is it, and how does it fit? What...
Closing as this does not look like a bug in dvc, but is more of a documentation issue.
This should be ready for review. The above asciinema is stale (although the only change is removal of `--type` with `dvcx://`, `dvc://` and `dvc+https://` schema). And support for pipelines with...
Updated the asciinema recording above.