S3 Select Metadata query

0

Can I use S3 Select to query object metadata?
Use case: Would like to only return objects sized <5k (for Comprehend training).

Could do with a Python script, but S3 Select would be faster potentially...

AWS
asked 5 years ago1231 views
1 Answer
0
Accepted Answer

S3 select only works in a single object and works on the contents of that object.

I would use Head object to get just the objects metadata.

AWS
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions