s3wipe icon indicating copy to clipboard operation
s3wipe copied to clipboard

Rapid AWS S3 bucket delete tool

Results 14 s3wipe issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/eschwim/s3wipe/issues/22

In line 208: listThreads = args.maxthreads / 3 can return a float value which causes an error For example: INFO: Starting 66.66666666666666 delete threads... Modify listThreads to force an integer...

Can we get a little more help for when to modify batchsize and maxqueue from the defaults? When deleting millions of objects I just use the defaults and wait. It...

Hey man, I used your cli to delete 170TB of data and work fine, but the only problem in line 196 you enable the Bucket versioning then, in the end,...

I was trying to delete a directory called `foo`, but if I passed `s3://bucket/foo/`, it would not proceed, and if I passed `s3://bucket/foo` it would also delete `s3://bucket/foo2` I worked...

When using large batchsizes (eg., 1000), it is possible to go long periods of times (over a minute) without a status message being disabled.

These flags override the thread counts computed from the value of --maxthreads. The ability to directly control these values may be useful when trying to tune the batchsize to deletethreads...

`s3wipe` has a large number of lines with trailing spaces and a few lines that are only spaces -- this is pretty painful if your text editor is configured to...

When using temporary credentials, AWS services also need the security token. This PR adds support for this.