Skip to content
Snippets Groups Projects
Commit ca01530f authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #11726 from owncloud/s3-fixunittests

Fix S3 folder creation for new AWS API
parents 7e266e8a 188effa4
No related branches found
No related tags found
Loading
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment