If the S3 bucket has Versioning enabled, will this plugin use the versionId information provided when pulling the Object out of S3?
I'm looking at a use-case where files are being over-written / updated, and the usual All object create events are not sufficient. Enabling versioning in the bucket would solve this: https://forums.aws.amazon.com/thread.jspa?messageID=795363
I guess by default, pulling the object from S3 will pull the latest version? Which may work in most cases.
But if the object was overwritten multiple times in a short time period, this plugin would receive multiple notifications, and could end up pulling the same "latest" object multiple times, instead of pulling some number of different versions?
If the S3 bucket has Versioning enabled, will this plugin use the
versionId
information provided when pulling the Object out of S3?I'm looking at a use-case where files are being over-written / updated, and the usual
All object create events
are not sufficient. Enabling versioning in the bucket would solve this: https://forums.aws.amazon.com/thread.jspa?messageID=795363I guess by default, pulling the object from S3 will pull the latest version? Which may work in most cases.
But if the object was overwritten multiple times in a short time period, this plugin would receive multiple notifications, and could end up pulling the same "latest" object multiple times, instead of pulling some number of different versions?