]> source.dussan.org Git - nextcloud-server.git/commit
Use HTTP1.1 to read S3 objects 16323/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 10 Jul 2019 09:42:22 +0000 (11:42 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 10 Jul 2019 09:42:22 +0000 (11:42 +0200)
commite953205908c851ebba4d94e2ab55f1fba75c0352
treebf631bb2a50844b15cf753610909474a80dbf99a
parentad51857e54666617544f22353312a9c0668022f9
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