s3wipe icon indicating copy to clipboard operation
s3wipe copied to clipboard

Can't use buckets with . in them

Open stilford opened this issue 8 years ago • 2 comments

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

stilford avatar Apr 01 '16 14:04 stilford

Fixed in 8ebcd33. Thanks!

eschwim avatar May 13 '16 00:05 eschwim

Actually it turns out this broke the tool for 2.7 users. Reverting that commit for now until I can find a non-version specific fix.

eschwim avatar May 13 '16 00:05 eschwim