Skip to content

fix: rename S3PathSyle to S3PathStyle (typo fix)#830

Merged
aminueza merged 1 commit intoaminueza:mainfrom
KJyang-0114:main
Mar 5, 2026
Merged

fix: rename S3PathSyle to S3PathStyle (typo fix)#830
aminueza merged 1 commit intoaminueza:mainfrom
KJyang-0114:main

Conversation

@KJyang-0114
Copy link
Copy Markdown
Contributor

Description

Renames the internal type from S3PathSyle to S3PathStyle to fix the typo.

  • S3PathSyle → S3PathStyle
  • S3PathSyleOn → S3PathStyleOn
  • S3PathSyleOff → S3PathStyleOff
  • S3PathSyleAuto → S3PathStyleAuto

This is an internal type not exposed to users, so it's a safe rename with no schema, state, or user-facing changes.

Related Issues

Closes #829

Renames the internal type from S3PathSyle to S3PathStyle.
Also updates S3PathSyleOn -> S3PathStyleOn, S3PathSyleOff -> S3PathStyleOff, S3PathSyleAuto -> S3PathStyleAuto.

Closes aminueza#829
Copy link
Copy Markdown
Owner

@aminueza aminueza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏼
Clean rename of the S3PathSyle typo. All occurrences updated including tests. Internal type only, no user-facing or state changes. This was tracked in our backlog as a known issue. Thanks for picking it up!

@aminueza aminueza merged commit e730e5a into aminueza:main Mar 5, 2026
13 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.

Fix S3PathSyle typo in payload.go

2 participants