SES Email client for S3ΒΆ
You can conveniently browse the SES mail in S3 using this tool
SetupΒΆ
The S3 bucket needs a CORS policy, here is one that will work for everyone.
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD",
"POST",
"PUT",
"DELETE"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"Etag"
],
"MaxAgeSeconds": 3000
}
]
Comments
comments powered by Disqus