每天检查 S3 存储桶中摄取了多少文件

发布于 2025-01-12 01:21:56 字数 124 浏览 0 评论 0原文

我有一个项目,每天都会将多个视频文件导入到某个 S3 存储桶中的某个目录中。该目录下面还会有其他文件夹,所以一般来说,我想看看与前一天相比,文件夹中总共增加了多少个单个文件。我需要在 CloudWatch 仪表板上显示它们。是否可以?

I have a project that will have several video files imported to a certain directory in a certain S3 bucket on a daily basis. That directory will have other folders underneath, so generally speaking, I want to see how many single files in total increased across the folders compared to the day before. I need to show them on a CloudWatch dashboard. Is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拒绝两难 2025-01-19 01:21:56

我认为最好的办法是安排每日 S3 库存,它会给您 1 个或多个显示整个存储桶的 CSV 文件。编写一个脚本来与前一天进行比较或按时间戳进行过滤。

https://docs.aws.amazon.com/AmazonS3/最新/userguide/storage-inventory.html

I think you best bet is to schedule a daily S3 inventory, it'll give you 1 or more CSV files that show the whole bucket. Write a script to compare against the previous day or filter on time stamp.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文