Using the Rest API (not CLI), How do I query an AWS S3 bucket for N last modified objects?
Asked
Active
Viewed 61 times
0
-
Which language you are looking for ? – Youcef LAIDANI Mar 03 '23 at 20:13
-
any, curl / postman. just looking for the request spec – Chinmay Mar 03 '23 at 20:13
-
https://stackoverflow.com/questions/45429556/how-list-amazon-s3-bucket-contents-by-modified-date – Gregory Ledray Mar 03 '23 at 20:24
-
1There is no such API, you'll need to use ListObjects to list all of the objects and filter based off your criteria locally. – Anon Coward Mar 03 '23 at 20:47