<property name="accessKey" value="Enter your S3_ACCESS_KEY" />
<property name="secretKey" value="Enter your S3_SECRET_KEY" />
<property name="region" value="Enter your REGION_NAME e.g. eu-central-1" />
<property name="storageName" value="Enter your BUCKET_NAME" />
</bean
I would like to catch a file appearing in the bucket via S3 PUT events in AWS lambda and process the file. But I figured out that I get randomly number PUT events (from 1 to 4)
I use Ant Media server 2.0.0
Also my application uses Adaptive Streaming with 4 bitrates.
Could you say me why I get > 1 PUT events? I expect to get 1 only.
Question
Pavel Tsukanov
Link to comment
Share on other sites
Top Posters For This Question
4
3
Popular Days
Oct 8
4
Oct 5
3
Top Posters For This Question
Pavel Tsukanov 4 posts
Enes Kuluk 3 posts
Popular Days
Oct 8 2020
4 posts
Oct 5 2020
3 posts
6 answers to this question
Recommended Posts