diff --git a/lib/private/Files/ObjectStore/S3ConnectionTrait.php b/lib/private/Files/ObjectStore/S3ConnectionTrait.php index 8286321450ddd..bdda1f8bee829 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -11,6 +11,7 @@ * @author Roeland Jago Douma * @author S. Cat <33800996+sparrowjack63@users.noreply.github.com> * @author Stephen Cuppett + * @author Jasper Weyne * * @license GNU AGPL version 3 or any later version * @@ -132,6 +133,7 @@ public function getConnection() { 'csm' => false, 'use_arn_region' => false, 'http' => ['verify' => $this->getCertificateBundlePath()], + 'use_aws_shared_config_files' => false, ]; if ($this->getProxy()) { $options['http']['proxy'] = $this->getProxy();