nextcloud-server/lib/private/Files/ObjectStore
Florent ede67149ea 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-25 08:59:03 +07:00
..
AppdataPreviewObjectStoreStorage.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
Azure.php use in objectstore copy 2020-11-24 15:16:58 +07:00
HomeObjectStoreStorage.php
Mapper.php
NoopScanner.php
ObjectStoreStorage.php Merge pull request #26090 from nextcloud/backport/25722/stable21 2021-03-17 20:09:50 +07:00
S3.php
S3ConnectionTrait.php Avoid reading ~/.aws/config when using S3 provider 2021-05-25 08:59:03 +07:00
S3ObjectTrait.php remove explicit fclose from S3->writeStream 2021-03-17 09:36:02 +07:00
S3Signature.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
StorageObjectStore.php Bump icewind/streams from 0.7.1 to 0.7.2 2020-12-29 09:07:36 +07:00
Swift.php use in objectstore copy 2020-11-24 15:16:58 +07:00
SwiftFactory.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
SwiftV2CachingAuthService.php