A Serverless email server on AWS using AmazonS3AmazonS3
[[AWS]] Simple Storage Service
Making folders publicly readable in an Amazon S3 bucket
Give public read (get) access to certain folders.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::your.bucket.name/uploads/*"
},
{
... and AmazonSES.
git: https://github.com/0x4447/0x4447_product_s3_email
“an unmanaged email server with unlimited email addresses that also offers the benefit of easily organizing messages by adding the + character to the email names. The + is converted to a /, which correlates to an object path in S3.”
via @brianleroux