Skip to content

Commit 3950deb

Browse files
authored
Merge pull request #32740 from jasperweyne/patch-2
Fix open_basedir issues by AWS SDK
2 parents c3a87e8 + 44f6c93 commit 3950deb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/private/Files/ObjectStore/S3ConnectionTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @author Roeland Jago Douma <[email protected]>
1212
* @author S. Cat <[email protected]>
1313
* @author Stephen Cuppett <[email protected]>
14+
* @author Jasper Weyne <[email protected]>
1415
*
1516
* @license GNU AGPL version 3 or any later version
1617
*
@@ -132,6 +133,7 @@ public function getConnection() {
132133
'csm' => false,
133134
'use_arn_region' => false,
134135
'http' => ['verify' => $this->getCertificateBundlePath()],
136+
'use_aws_shared_config_files' => false,
135137
];
136138
if ($this->getProxy()) {
137139
$options['http']['proxy'] = $this->getProxy();

0 commit comments

Comments
 (0)