Skip to content

Commit

Permalink
Correct typo in error in S3._http_400_handler()
Browse files Browse the repository at this point in the history
  • Loading branch information
CracktheDom authored Oct 23, 2024
1 parent 10aea09 commit 0dbbe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3/S3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ def _http_400_handler(self, request, response, fn, *args, **kwargs):
info('Forwarding request to %s', region)
return fn(*args, **kwargs)
else:
warning(u'Could not determine bucket the location. Please consider using the --region parameter.')
warning(u'Could not determine the bucket location. Please consider using the --region parameter.')

elif failureCode == 'InvalidRequest':
message = getTextFromXml(response['data'], 'Message')
Expand Down

0 comments on commit 0dbbe5d

Please sign in to comment.