]> source.dussan.org Git - nextcloud-server.git/commit
fix(ObjectStore): handle empty S3 hostname 45840/head
authorJosh <josh.t.richards@gmail.com>
Mon, 3 Jun 2024 21:31:26 +0000 (17:31 -0400)
committerFerdinand Thiessen <opensource@fthiessen.de>
Thu, 13 Jun 2024 07:37:03 +0000 (09:37 +0200)
commitfcdf453b58fae2f7097acd31b2fa6745a2772264
tree8ed62d5fcb0f2a716d8a3578890dc755bd7a84a8
parent6ebbc382ca42db7868019149a3e16182b96dc859
fix(ObjectStore): handle empty S3 hostname

Fixes #45637

The support for s3-accelerate added in #44496 introduced a regression in AWS S3 environments when `hostname` is blank (which is a valid configuration w/ AWS since the hostname gets auto-generated).

Signed-off-by: Josh <josh.t.richards@gmail.com>
lib/private/Files/ObjectStore/S3ConnectionTrait.php