]> source.dussan.org Git - nextcloud-server.git/commit
Use HTTP1.1 to read S3 objects 16330/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 10 Jul 2019 09:42:22 +0000 (11:42 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Wed, 10 Jul 2019 13:20:38 +0000 (13:20 +0000)
commitb62b835f6c6dba44d85085fa9377f8b0940e613f
treefed0a5e154ee1324bcdebd741dbc1044c56c9d73
parent9c2074fb530dc0f12104daa7d21d161c0abbbb34
Use HTTP1.1 to read S3 objects

Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Files/ObjectStore/S3ObjectTrait.php