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 b1d1cbd commit b20c258Copy full SHA for b20c258
services/storage/src/simcore_service_storage/simcore_s3_dsm.py
@@ -236,6 +236,7 @@ async def list_paths(
236
"objects_next_cursor": objects_next_cursor,
237
}
238
)
239
+ # TODO: this should be removed as this is not needed and performance intensive
240
total = await get_s3_client(self.app).count_objects(
241
bucket=self.simcore_bucket_name,
242
prefix=file_filter,
0 commit comments