Skip to content
Unverified Commit d4444f24 authored by Florent's avatar Florent Committed by Morris Jobke
Browse files

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: default avatarFlorent <florent@coppint.com>
parent 7ffee26a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment