S3 notifications
Is there any method of notifying my application when a file is uploaded (or updated) to my bucket? I need to do additional processing on files, but they're being posted to presigned URLs. It doesn't look like SQS is supported, but is there anything similar that can be done?
1 Reply
Although we currently don't have a feature to alert you to OBJ changes through Cloud Manager, you may be able to cobble something programmatically using our Object Storage API and the S3cmd tool:
If I understand your use-case correctly, you may want to consider creating a cron job so that S3cmd periodically checks for changes within specified paths. As far as how it alerts your applications to those changes, that would ultimately depend on that application's API and what exactly that change should trigger.