Fix failing AmazonS3::touch on updated aws sdk
This commit is contained in:
parent
dadb1fad2a
commit
d2979da864
1 changed files with 2 additions and 1 deletions
|
@ -416,7 +416,8 @@ class AmazonS3 extends \OC\Files\Storage\Common {
|
|||
$result = $this->connection->putObject(array(
|
||||
'Bucket' => $this->bucket,
|
||||
'Key' => $this->cleanKey($path),
|
||||
'Metadata' => $metadata
|
||||
'Metadata' => $metadata,
|
||||
'Body' => ''
|
||||
));
|
||||
$this->testTimeout();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue