Skip to content

Commit f540b1a

Browse files
Merge pull request #58606 from nextcloud/backport/58582/stable31
2 parents 2e86293 + 181b443 commit f540b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_external/lib/Lib/Storage/AmazonS3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ private function batchDelete(?string $path = null): bool {
267267
$connection->deleteObjects([
268268
'Bucket' => $this->bucket,
269269
'Delete' => [
270+
'Quiet' => true,
270271
'Objects' => array_map(fn (array $object) => [
271-
'ETag' => $object['ETag'],
272272
'Key' => $object['Key'],
273273
], $objects['Contents'])
274274
]

0 commit comments

Comments
 (0)