diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index da919236f8..52255fb559 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -156,6 +156,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { $this->getConnection()->putObject(array( 'Bucket' => $this->bucket, 'Key' => $path . '/', + 'Body' => '', 'ContentType' => 'httpd/unix-directory' )); $this->testTimeout();