Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use buckets with . in them #4

Open
stilford opened this issue Apr 1, 2016 · 2 comments · May be fixed by #11
Open

Can't use buckets with . in them #4

stilford opened this issue Apr 1, 2016 · 2 comments · May be fixed by #11

Comments

@stilford
Copy link

stilford commented Apr 1, 2016

Read up here: boto/boto#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

@eschwim
Copy link
Owner

eschwim commented May 13, 2016

Fixed in 8ebcd33. Thanks!

@eschwim eschwim closed this as completed May 13, 2016
@eschwim eschwim reopened this May 13, 2016
@eschwim
Copy link
Owner

eschwim commented May 13, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants