From 23696cec0d90f1cf18de492cdea1cae30c320b28 Mon Sep 17 00:00:00 2001 From: cosmod Date: Thu, 17 Oct 2024 14:59:04 +0800 Subject: [PATCH] fix: keep is_exist unchanged in rfcs --- core/src/docs/rfcs/3243_list_prefix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/docs/rfcs/3243_list_prefix.md b/core/src/docs/rfcs/3243_list_prefix.md index 1d742fe33a7f..653ae518a51f 100644 --- a/core/src/docs/rfcs/3243_list_prefix.md +++ b/core/src/docs/rfcs/3243_list_prefix.md @@ -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.