nextcloud-server/lib
Florent d4444f2472
Avoid reading ~/.aws/config when using S3 provider
When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions.
Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit.

Signed-off-by: Florent <florent@coppint.com>
2021-05-20 12:21:15 +02:00
..
composer Do not try to contact lookup server if not needed 2021-04-28 14:27:46 +02:00
l10n [tx-robot] updated from transifex 2021-05-16 02:26:44 +00:00
private Avoid reading ~/.aws/config when using S3 provider 2021-05-20 12:21:15 +02:00
public Merge pull request #26626 from J0WI/strict-security 2021-05-18 08:43:13 +02:00
autoloader.php
base.php Merge pull request #26758 from J0WI/more-strict 2021-04-28 09:28:19 +02:00
versioncheck.php