#S3 console alternatives
1 messages · Page 1 of 1 (latest)
are you looking to delete everything in the bucket, or just some things?
are you restricted to cli only or do you have a desktop gui?
rclone purge can delete objects in an S3 bucket (see here for some examples). It still needs to delete every object by itself, that's just the nature of the S3 protocol, no way around this
AWS CLI is also available for Linux
or a nice ILM policy, hehe
@sterile spruce in the past I used a python script to delete a whole bucket, but now I have to delete some (millions) objects, and S3 console return out of memory errors.
I'll take a look on rclone as suggested by @heavy iris
Thanks!