S3 Batcher allows you to execute operations like restoring and deleting objects in batch, providing a way to specify a criteria for AWS S3 to match those and apply the desired effect.
Although AWS provides a pretty comprehensive UI to manage your objects, this is not enough and forces you to use the aws-cli in those cases where you need a precise action to take place, or whenever this action is not even available. The specific use case that pushed me to build this was object versioning, where while you can restore specific versions, undelete and so on, you can only do this one file at a time. Therefore, if you are dealing with large amounts of objects, you don't have a quick way to do so (aws-cli even fails to work with pages -> https://github.com/aws/aws-cli/issues/3191 is still open by the time I am writing this).
For extended documentation and usage examples, check out the project on GitHub: https://github.com/mfogliatto/s3-batcher
Features
- Restoring multiple objects based on a prefix
- Deleting all versions of a set of objects based on a prefix