deliciousbrains / wp-offload-ses-lite

WP Offload SES Lite sends all outgoing WordPress emails through Amazon Simple Email Service (SES) instead of the local wp_mail() function.
https://wordpress.org/plugins/wp-ses/
13 stars 11 forks source link

Update AWS SDK #16

Closed pcfens closed 3 years ago

pcfens commented 4 years ago

This issue is essentially the same as deliciousbrains/wp-amazon-s3-and-cloudfront#536. The same benefit of using an IAM role should work here too.

I'm attempting to use IAM roles linked to a Kubernetes service account to grant access to S3 instead of giving the entire node an IAM role. Amazon's documentation says that version 3.110.7 or newer of the PHP SDK is required. There have been bugfixes since then, so an update to the latest PHP SDK would be appreciated.

runningman84 commented 4 years ago

@ianmjones could you please add the sts client and sdk update here too?

viktorhaid commented 4 years ago

Hi, any plans on when it will be fixed here? As it was patched already in the media offload plugin.

runningman84 commented 3 years ago

@mattgrshaw did the 1.4.4 update include the latest aws sdk?

mattgrshaw commented 3 years ago

@runningman84 yep, the last release updated the SDK to the current version at the time (Dec. 2020).