mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #16330 from nextcloud/backport/16323/stable16
[stable16] Use HTTP1.1 to read S3 objects
This commit is contained in:
commit
9a54a0cb02
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ trait S3ObjectTrait {
|
|||
}
|
||||
$opts = [
|
||||
'http' => [
|
||||
'protocol_version' => 1.1,
|
||||
'header' => $headers
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue