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 年前
相關內容
已提問 10 個月前

Thanks for the response! It helps.