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.
2 parents 2e86293 + 181b443 commit f540b1aCopy full SHA for f540b1a
1 file changed
apps/files_external/lib/Lib/Storage/AmazonS3.php
@@ -267,8 +267,8 @@ private function batchDelete(?string $path = null): bool {
267
$connection->deleteObjects([
268
'Bucket' => $this->bucket,
269
'Delete' => [
270
+ 'Quiet' => true,
271
'Objects' => array_map(fn (array $object) => [
- 'ETag' => $object['ETag'],
272
'Key' => $object['Key'],
273
], $objects['Contents'])
274
]
0 commit comments