nextcloud/lib/private/Files/ObjectStore
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
..
AppdataPreviewObjectStoreStorage.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Azure.php set mimetype for objects uploaded to object storages 2021-04-21 15:25:58 +02:00
HomeObjectStoreStorage.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Mapper.php Update license headers 2019-12-05 15:38:45 +01:00
NoopScanner.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
ObjectStoreStorage.php set mimetype for objects uploaded to object storages 2021-04-21 15:25:58 +02:00
S3.php Update license headers 2019-12-05 15:38:45 +01:00
S3ConnectionTrait.php Avoid reading ~/.aws/config when using S3 provider 2021-05-20 12:21:15 +02:00
S3ObjectTrait.php set mimetype for objects uploaded to object storages 2021-04-21 15:25:58 +02:00
S3Signature.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
StorageObjectStore.php set mimetype for objects uploaded to object storages 2021-04-21 15:25:58 +02:00
Swift.php set mimetype for objects uploaded to object storages 2021-04-21 15:25:58 +02:00
SwiftFactory.php Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 2021-02-18 13:31:24 +01:00
SwiftV2CachingAuthService.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00