Thread Starter
nekoth
(@nekoth)
We’ve added php7.2-xml and php7.2-simplexml dependencies to our server and gave full access to the AWS access key we are using.
Add AmazonS3FullAccess and CloudFrontFullAccess policies to your user in AWS IAM.
Thread Starter
nekoth
(@nekoth)
We were able to fix the problem, W3TC requires unlimited access to AWS Cloudfront/S3 to work properly (or even to pass the connection test), so it was an AWS access level problem.
It’s a bit weird why it needs such high access level. If there is some documentation on the actual access levels required for it to function – it’ll be great to see it and to restrict access only to the required features, not the full one.