We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9609a commit acbdc94Copy full SHA for acbdc94
src/sdk/namespace_fs.js
@@ -730,7 +730,7 @@ class NamespaceFS {
730
if (!delimiter && r.common_prefix) {
731
await process_dir(r.key);
732
} else {
733
- if (key_marker_value.includes(r.key)) {
+ if (key_marker_value === r.key) {
734
return;
735
}
736
if (pos < results.length) {
@@ -771,7 +771,7 @@ class NamespaceFS {
771
772
773
774
775
776
777
results.push(r);
0 commit comments