You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning October 1st, 2020, Amazon SES will only support requests signed using Signature Version 4. If you use an older version of the AWS Signature, you must adopt AWS Signature Version 4 prior to that date.
The text was updated successfully, but these errors were encountered:
This PR was merged into the 5.2 branch.
Discussion
----------
make async-ses required
| Q | A
| ------------- | ---
| Branch? | 5.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#40480
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
AWS S3 signature is not supported anymore, which mean the old "raw HTTP" implementation does not work anymore, and only the implementation that use "async-aws" works.
This PR move "async-aws" to the "requires" section in order to fix that.
Commits
-------
7904d08 Make async-ses required
Symfony version(s) affected: 5.2.4
symfony/amazon-mailer still uses AWS Signature Version 3 (signature starting with AWS3-HTTPS) while it is not supported anymore.
As mentioned in the aws documentation (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/using-ses-api-authentication.html) :
The text was updated successfully, but these errors were encountered: