#S3 console alternatives

1 messages · Page 1 of 1 (latest)

undone swallow
#

Hi all,

could you please suggest any linux friendly alternatives to S3 console? I have do delete a high amount of object from a bucket

Thanks!

sterile spruce
#

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?

heavy iris
#

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

thin agate
#

AWS CLI is also available for Linux

prime trail
#

or a nice ILM policy, hehe

undone swallow
#

@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!