Merge pull request #16323 from nextcloud/fix/s3/http1.1

Use HTTP1.1 to read S3 objects
This commit is contained in:
Roeland Jago Douma 2019-07-10 15:19:28 +02:00 committed by GitHub
commit 996120bab8
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
]
];