mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #32740 from jasperweyne/patch-2
Fix open_basedir issues by AWS SDK
This commit is contained in:
commit
3950deb42f
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
* @author Roeland Jago Douma <roeland@famdouma.nl>
|
||||
* @author S. Cat <33800996+sparrowjack63@users.noreply.github.com>
|
||||
* @author Stephen Cuppett <steve@cuppett.com>
|
||||
* @author Jasper Weyne <jasperweyne@gmail.com>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
|
|
@ -132,6 +133,7 @@ trait S3ConnectionTrait {
|
|||
'csm' => false,
|
||||
'use_arn_region' => false,
|
||||
'http' => ['verify' => $this->getCertificateBundlePath()],
|
||||
'use_aws_shared_config_files' => false,
|
||||
];
|
||||
if ($this->getProxy()) {
|
||||
$options['http']['proxy'] = $this->getProxy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue