mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix S3 folder creation for new AWS API
This also fixes the unit tests
This commit is contained in:
parent
993376fb6f
commit
188effa433
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ class AmazonS3 extends \OC\Files\Storage\Common {
|
|||
$this->connection->putObject(array(
|
||||
'Bucket' => $this->bucket,
|
||||
'Key' => $path . '/',
|
||||
'Body' => '',
|
||||
'ContentType' => 'httpd/unix-directory'
|
||||
));
|
||||
$this->testTimeout();
|
||||
|
|
|
|||
Loading…
Reference in a new issue