diff options
Diffstat (limited to 'server/lib/object-storage/shared/object-storage-helpers.ts')
-rw-r--r-- | server/lib/object-storage/shared/object-storage-helpers.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/lib/object-storage/shared/object-storage-helpers.ts b/server/lib/object-storage/shared/object-storage-helpers.ts index 861c490d7..0d8878bd2 100644 --- a/server/lib/object-storage/shared/object-storage-helpers.ts +++ b/server/lib/object-storage/shared/object-storage-helpers.ts | |||
@@ -145,8 +145,6 @@ function removeObjectByFullKey (fullKey: string, bucketInfo: BucketInfo) { | |||
145 | } | 145 | } |
146 | 146 | ||
147 | async function removePrefix (prefix: string, bucketInfo: BucketInfo) { | 147 | async function removePrefix (prefix: string, bucketInfo: BucketInfo) { |
148 | // FIXME: use bulk delete when s3ninja will support this operation | ||
149 | |||
150 | logger.debug('Removing prefix %s in bucket %s', prefix, bucketInfo.BUCKET_NAME, lTags()) | 148 | logger.debug('Removing prefix %s in bucket %s', prefix, bucketInfo.BUCKET_NAME, lTags()) |
151 | 149 | ||
152 | return applyOnPrefix({ | 150 | return applyOnPrefix({ |