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

Get error When delete files in s3 mumbai region. Solved it by adding "host" parameter and use "OrdinaryCallingFormat" ``` [2017-11-29@10:05:34] INFO: Getting subdirs to feed to list threads [2017-11-29@10:05:34] ERROR:...

Read up here: https://github.com/boto/boto/issues/2836 I fixed this by adding this in the headers: import ssl if hasattr(ssl, '_create_unverified_context'): ssl._create_default_https_context = ssl._create_unverified_context

So that I can declare it as a development dependency using Poetry. There is an [s3wipe package on PyPI](https://pypi.org/project/s3wipe/), but it's not mentioned in the README, so I don't trust...