Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
object_store: Clarify what is a prefix in list() documentation (#6520)
It should be obvious to reader that `foo/bar/` is not a prefix of `foo/bar_baz`, because it is true whether they think in term of strings, S3-like API paths, or POSIX-like paths. What is less clear is that `foo/bar` is also not a prefix of `foo/bar_baz`, because this is not true with strings or S3-like API paths, only of POSIX-like paths. Additionally, the definition of paths (https://docs.rs/object_store/0.11.0/object_store/path/struct.Path.html) says that paths cannot have a trailing `/`.
- Loading branch information