Merge pull request #16330 from nextcloud/backport/16323/stable16

[stable16] Use HTTP1.1 to read S3 objects
This commit is contained in:
Roeland Jago Douma 2019-07-10 21:09:15 +02:00 committed by GitHub
commit 9a54a0cb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ trait S3ObjectTrait {
}
$opts = [
'http' => [
'protocol_version' => 1.1,
'header' => $headers
]
];