2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
2
You have the word region in your AWS:SourceArn, the word region should be replaced by your region, like this:
"AWS:SourceArn": "arn:aws:ses:eu-west-1:111122223333:receipt-rule-set/rule_set_name:receipt-rule/receipt_rule_name"
You also need to add the AWS:SourceAccount, after the region. In the example above, the source account is 111122223333.
répondu il y a 3 ans
0
I can offer you some other solutions hope these works
- If your bucket has default encryption enabled, SES must have permission to use the KMS key for that encryption.
- If you're specifying an object key prefix, ensure that it's correctly formatted. For example, if you're using a folder structure, make sure you're including the trailing slash.
Contenus pertinents
- demandé il y a 3 ans
- demandé il y a 3 ans
- demandé il y a un an

Hi Sedat, Encryption type: Server-side encryption with Amazon S3 managed keys (SSE-S3) Bucket Key Disabled