Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Amazon S3 Inventory to list objects #2

Open
maouw opened this issue Mar 26, 2024 · 0 comments
Open

Use Amazon S3 Inventory to list objects #2

maouw opened this issue Mar 26, 2024 · 0 comments

Comments

@maouw
Copy link

maouw commented Mar 26, 2024

Currently, s3bids relies on the file listing capabilities of s3fs, which incurs additional costs.

Amazon S3 Inventory can help reduce these costs in addition to making it easier to quickly match regular expressions to paths/keys:

Amazon S3 Inventory provides comma-separated values (CSV), Apache optimized row columnar (ORC) or Apache Parquet output files that list your objects and their corresponding metadata on a daily or weekly basis for an S3 bucket or objects with a shared prefix (that is, objects that have names that begin with a common string). If you set up a weekly inventory, a report is generated every Sunday (UTC time zone) after the initial report. For information about Amazon S3 Inventory pricing, see Amazon S3 pricing.

Although there are some limitations -- the minimum interval for reports is 1 day -- this still could be very helpful, especially if it is possible to list only changes since the time of the last report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant