Closed
Description
Hi,
We'd like to be able to search a bucket with many thousands (likely growing to hundreds of thousands) of objects and folders/prefixes to find objects that were recently added or updated. Executing aws s3 ls on the entire bucket several times a day and then sorting through the list seems inefficient. Is there a way to simply request a list of objects with a modified time <, >, = a certain timestamp?
Also, are we charged once for the aws s3 ls request, or once for each of the objects returned by the request?
New to github, wish I knew enough to contribute actual code...appreciate the help.