Skip to content

botocore error on empty string for environment variables #6063

Description

@hmaarrfk

"REQUESTS_CA_BUNDLE": os.getenv("REQUESTS_CA_BUNDLE", ""),

is causing

https://github.com/boto/botocore/pull/3751/changes#diff-fe9f2a328fcc761f9d5cf26bf3e438716ffc27eb35da763a1f40ef8365662977R490

to trigger an error on environment that use boto core.

Could we change the syntax to simply not define REQUESTS_CA_BUNDLE in case it isn't present in the environment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions