Notification of new S3 objects

后端 未结 3 354
遥遥无期
遥遥无期 2020-12-09 01:36

I have a scenario where we have many clients uploading to s3.

  • What is the best approach to knowing that there is a new file?
  • Is it realistic/good idea
3条回答
  •  囚心锁ツ
    2020-12-09 02:30

    Push notifications are now built into S3:

    http://aws.amazon.com/blogs/aws/s3-event-notification/

    You can send notifications to SQS or SNS when an object is created via PUT or POST or a multi-part upload is finished.

提交回复
热议问题