TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Event Notifications for Amazon S3

61 pointsby degioover 10 years ago

8 comments

dozyover 10 years ago
I was very excited when I saw this headline, as for a while I've hosted various things on s3 and have wanted an easy way to track when/how/by whom those things have been downloaded. Alas, that isn't a supported...I'm looking for something like: "s3:ObjectViewed:Get". Or am I mistaken and that already exists in some other form...?
评论 #8603232 未加载
mathgladiatorover 10 years ago
Of all the features that S3 has shipped, this is by far my favorite. I look forward to utilizing Lambda and S3 to build an ultra cheap content management service to drive the cost of my website management to less than a $1/mo.
评论 #8605365 未加载
评论 #8603790 未加载
kolevover 10 years ago
Nice feature, but, again, not available in CloudFormation. I understand the challenge to coordinate releases, I can live with a week or two lag, but usually it&#x27;s months - CloudFormation still doesn&#x27;t support basic AWS services. I really am considering abandoning this gem, which is highly neglected and underutilized. Terraform [1] looks like something I can extend myself easily if the upstream doesn&#x27;t support something just yet and contribute it as a pull request.<p>[1] <a href="https://terraform.io/" rel="nofollow">https:&#x2F;&#x2F;terraform.io&#x2F;</a>
skynssover 10 years ago
Too bad they did not differentiate between Create and Overwrite (as far as I can tell) as that is a an important difference (I need to solve scenarios where idempotency is needed - more than 1 worker may create exact same email message due to fault tolerance design, but at least AND at most 1 email should be sent to customer. I was hoping that the s3 filename&#x2F;key would be the unique identifier and if there was separate notification for overwrite than from create, email could be sent only for create event only.)
评论 #8605183 未加载
hemancusoover 10 years ago
Very cool!<p>Are there any ordering guarantees for these notifications? Specifically the order in which objects were created? It would be nice to be able to generate a meaningful event log.
Yadiover 10 years ago
This is awesome, and the cost is pretty affordable. I don&#x27;t know if the lambada feature was there before, but it&#x27;s pretty cool!
评论 #8603576 未加载
johne20over 10 years ago
At first glance, this combined with Lambda would make for an awesome server-less image transformation setup.
strickover 10 years ago
Have I missed something or is there no way to get notified when an object gets deleted?
评论 #8603331 未加载