Skip to content

S3Client: fix 'recieved' -> 'received' typo in internal-error message#3273

Merged
stobrien89 merged 1 commit into
aws:masterfrom
SAY-5:fix-s3client-recieved-typo
Apr 16, 2026
Merged

S3Client: fix 'recieved' -> 'received' typo in internal-error message#3273
stobrien89 merged 1 commit into
aws:masterfrom
SAY-5:fix-s3client-recieved-typo

Conversation

@SAY-5

@SAY-5 SAY-5 commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

Description

The internal-error message in src/S3/S3Client.php at line 1145 contained a spelling error:

"... an internal error in S3 after the request was successfully recieved, ..."

Should be "received". This string is surfaced to users when the SDK translates a 200-response internal-error into an exception, so the typo is user-visible in logs and error output.

Motivation and Context

Cosmetic user-visible string fix.

Testing

String-literal-only change — no behavioral change, no tests affected.

Screenshots (if appropriate)

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the README document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Error string in src/S3/S3Client.php read 'an internal error in S3 after the request was successfully recieved'. User-visible in the SDK's S3 error-handling path. String-literal-only change; no behavior change.

Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
@stobrien89

Copy link
Copy Markdown
Member

Nice catch @SAY-5. Thanks for the contribution!

@stobrien89 stobrien89 merged commit f17f0ec into aws:master Apr 16, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants