1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
You may want to try S3 Inventory to achieve what you need: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html
The inventory structure is described here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory-location.html
If you don't want to deal with the inventory file directly to process it and filter what you need, you can even load the inventory in Athena to query it via SQL: https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory-athena-query.html
Best,
Didier
