-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Currently emails are dumped into an animl-email-staging bucket and given a random UUID as their S3 Object Key. That's fine for processing them programmatically and scraping out their image/metadata, but if you ever need to find a specific email (for example to find and confirm a RidgeTec "confirm email address" email when setting up a new RidgeTec account), it's a nightmare. There are too many objects in the prod bucket to sort by date modified, so you can't even look through them in chronological order, and SES seems to remove the emails from the inbox of the receiving account so you can't access them through a normal email client.
One solution may be to move the emails to an animl-email-archive bucket with an Object Key that includes the date, subject line, and sender so they are easier to find manually when necessary.