1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
If you no longer want the 5-second segments, it is safe to delete them after the concatenation pipeline finishes.
A best practice is to have different S3 buckets for the captured 5-second segments and concatenated files. The S3 bucket with the segments can have an S3 Lifecycle Configuration with an Expiration Action to automatically delete files once they are a certain age. https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html
répondu il y a 2 ans
Contenus pertinents
demandé il y a un an
demandé il y a un an
demandé il y a 8 mois

Thanks for the response! It helps.