1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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
respondido há 2 anos

Thanks for the response! It helps.