Skip to content

Commit

Permalink
NSFS | Improve list objects performance on top of NS FS
Browse files Browse the repository at this point in the history
Signed-off-by: naveenpaul1 <[email protected]>
  • Loading branch information
naveenpaul1 committed Oct 9, 2024
1 parent 4c41484 commit 63851b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/namespace_fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ class NamespaceFS {
version_id_marker = '',
key_marker = '',
} = params;

dbg.log1('list object, bucket ', bucket, ' key_marker ', key_marker)
if (delimiter && delimiter !== '/') {
throw new Error('NamespaceFS: Invalid delimiter ' + delimiter);
}
Expand Down

0 comments on commit 63851b5

Please sign in to comment.