dav4
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
I’ve checked my IAMs and it looks good (it covers Minimum IAM User Policy
).JSON attached below
{ "Statement": [ { "Action": [ "s3:CreateBucket", "s3:DeleteObject", "s3:Put*", "s3:Get*", "s3:List*" ], "Resource": "arn:aws:s3:::ASSETS_BUCKET/*", "Effect": "Allow" }, { "Action": [ "s3:GetBucketPublicAccessBlock", "s3:GetBucketLocation", "s3:CreateBucket", "s3:ListBucket", "s3:ListBucketMultipartUploads", "s3:DeleteObject" ], "Resource": "arn:aws:s3:::ASSETS_BUCKET", "Effect": "Allow" } ] }
@gcloudinc did you resolve the issue? I have the same problem on the 2.4.4 version. I had to back to 2.3.2 version and on that version, all works perfectly. After updating to 2.4.4 I can’t upload media and have the same error as you.
I’m attaching settings from my wp-config.php
define( 'AS3CF_SETTINGS', serialize(['domain' => 'cloudfront', 'cloudfront' => 'ASSETS.DOMAIN>COM', 'provider' => 'aws', 'use-server-roles' => true, 'bucket' => 'BUCKET_NAME', 'region' => 'eu-west-2', 'copy-to-s3' => true, 'serve-from-s3' => true, 'remove-local-file' => true]) );
- This reply was modified 4 years, 5 months ago by dav4.
Viewing 2 replies - 1 through 2 (of 2 total)