S3-Uploads icon indicating copy to clipboard operation
S3-Uploads copied to clipboard

Expand `wp s3-uploads verify` command to check all required permissions

Open chrisvanpatten opened this issue 3 years ago • 0 comments

Right now, the wp s3-uploads verify CLI command is able to verify write and delete, but does not seem to internally call any functions which would also check the ListObjects permissions.

For context, we had an instance where our IAM permissions were mis-configured so we couldn't list objects, but writes/deletes were totally fine. wp s3-uploads verify didn't catch the issue (although wp s3-uploads ls did return the errors, which is how we ended up catching it).

chrisvanpatten avatar Mar 24 '21 16:03 chrisvanpatten