mardi 24 février 2015

Recursively deleting versioned objects in Amazon S3

According to the documentation objects can only be deleted permanently by also supplying their version number.


I had a look at Python's Boto and it seems simple enough for small sets of objects. But if I have a folder that contains 100 000 objects, it would have to delete them one by one and that would take some time.


Is there a better way to go about this?





Aucun commentaire:

Enregistrer un commentaire