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 6ba3a46 commit 2105bb9Copy full SHA for 2105bb9
apps/files_external/lib/Lib/Storage/AmazonS3.php
@@ -163,6 +163,7 @@ private function doesDirectoryExist($path) {
163
'Bucket' => $this->bucket,
164
'Prefix' => rtrim($path, '/'),
165
'MaxKeys' => 1,
166
+ 'Delimiter' => '/',
167
]);
168
$this->directoryCache[$path] =
169
$result['Contents'][0]['Key'] === rtrim($path, '/') . '/' ||
0 commit comments