1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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
답변함 2년 전

Thanks for the response! It helps.