Skip to content

Commit

Permalink
fix: keep is_exist unchanged in rfcs
Browse files Browse the repository at this point in the history
  • Loading branch information
photino committed Oct 17, 2024
1 parent 9e9e9b6 commit 23696ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/docs/rfcs/3243_list_prefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As a side-effect of this design, OpenDAL always return exist for `stat("not_exis
There are some issues and pull requests related to those issues.

- [Invalid metadata for dir objects in s3](https://github.com/apache/opendal/issues/3199)
- [`exists` always return true for key end with '/', in S3 service](https://github.com/apache/opendal/issues/2086)
- [`is_exist` always return true for key end with '/', in S3 service](https://github.com/apache/opendal/issues/2086)

POSIX-like file systems also have their own issues, as they lack native support for listing a prefix.

Expand Down

0 comments on commit 23696ce

Please sign in to comment.