Crates.io | s3rm |
lib.rs | s3rm |
version | 0.1.0 |
source | src |
created_at | 2022-11-25 15:30:58.066842 |
updated_at | 2022-11-25 15:30:58.066842 |
description | Bulk remove object from S3 |
homepage | https://sr.ht/~jpastuszek/s3rm/ |
repository | https://git.sr.ht/~jpastuszek/s3rm |
max_upload_size | |
id | 722846 |
size | 96,072 |
Bulk remove object from S3. Optionally create backup as a tar archive.
Features:
Note: You need to set up AWS credentials and default region using ~/.aws/credentials
and ~/.aws/config
files or use environment variables (AWS_DEFAULT_REGION
, AWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
) or use instance profile (on EC2). Consult AWS documentation for details. Additionally options --aws-region
and --aws-region-endpoint
can be specified on the command line.
cat object.list | s3rm --verbose --backup mybucket > backup.tar
With Rust already installed on you system.
cargo install s3rm