Skip to content

Commit

Permalink
change env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
David Miller committed Jun 23, 2022
1 parent 6645682 commit f2cb691
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def _create_endpoint(
sslCommonName = resolved.get('sslCommonName')
hostname = resolved.get('hostname')
is_disabled = ensure_boolean(
os.environ.get('BOTO_EXPERIMENTAL__DISABLE_COMMONNAME', '')
os.environ.get('BOTO_DISABLE_COMMONNAME', '')
)
if not is_disabled and sslCommonName is not None:
warnings.warn(
Expand Down
Binary file added botocore/data.zip
Binary file not shown.

0 comments on commit f2cb691

Please sign in to comment.