Skip to content

Commit 49688a6

Browse files
authored
Remove endpoint-url check
1 parent 5d99f67 commit 49688a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

awscli/customizations/globalargs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def detect_migration_breakage(parsed_args, remaining_args, session, **kwargs):
139139
== 'legacy'
140140
)
141141
and region in ('us-east-1', None)
142-
and parsed_args.endpoint_url is None
143142
):
144143
session.register(
145144
'request-created.s3.*',

0 commit comments

Comments
 (0)