bbeecher
Forum Replies Created
-
@aturner374 You can use a more restrictive sending policy, but it might effect the ability of the plugin to configure itself on AWS automatically.
Here are some examples from the AWS SES Documentation on how to restrict SES access on the IAM policy: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/control-user-access.html
I had an issue where the plugin I authored was having this issue with Divi builder. Thanks to Philipp’s comment above, I realized the issue was that my webpack build js library was conflicting, and the solution was to specify a non-default name for the webpackJsonp function. https://webpack.js.org/configuration/output/#output-jsonpfunction.Thanks!
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Issue backing up to S3Thanks for posting your solution. I had tried to give the s3 user only permissions it should need for backwpup and had similar issues. It would be nice if they provided a recommended IAM policy.
@marcelo Temporarily solved the issue for me, thanks for posting!