You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that `deleted` here means "including deleted files" rather than "only deleted files." Therefore, `list_with(path).deleted(true)` will list both current files and deleted ones.
Yes, we should include the current file since list_with().deleted(true) is defined to be inclusive.
If the deleted file is not the latest, current file is should in output.version. And should list_with().deleted(true) include multi delete marker for same file?
Describe the bug
In RFC-5495:
opendal/core/src/docs/rfcs/5495_list_with_deleted.md
Line 35 in c866d4b
But in the implement of
S3
,list_with_deleted
only containsdelete marker
andcommon prefix
, current files are not included.https://github.com/apache/opendal/blob/c866d4bbae50f863b22ec2728011e80b633177a8/core/src/services/s3/lister.rs#L225-L250d
Steps to Reproduce
Expected Behavior
the result of
list_with_deleted
includes the current files or change the RFCAdditional Context
No response
Are you willing to submit a PR to fix this bug?
The text was updated successfully, but these errors were encountered: