Skip to content

Commit b20c258

Browse files
committed
added TODO
1 parent b1d1cbd commit b20c258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/storage/src/simcore_service_storage/simcore_s3_dsm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ async def list_paths(
236236
"objects_next_cursor": objects_next_cursor,
237237
}
238238
)
239+
# TODO: this should be removed as this is not needed and performance intensive
239240
total = await get_s3_client(self.app).count_objects(
240241
bucket=self.simcore_bucket_name,
241242
prefix=file_filter,

0 commit comments

Comments
 (0)