Skip to content

Commit

Permalink
Merge pull request #1401 from CracktheDom/docs/correct_typo
Browse files Browse the repository at this point in the history
Correct typo in error msg in S3._http_400_handler() #1379
  • Loading branch information
fviard authored Jan 18, 2025
2 parents 10aea09 + 0dbbe5d commit 739b15a
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 739b15a

Please sign in to comment.