Skip to content

Can't use buckets with . in them #4

@stilford

Description

@stilford

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions