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
demandé il y a 5 ans1245 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions