aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.97k stars 556 forks source link

chore(codegen): remove deprecated s3 customization #6005

Closed kuhe closed 2 months ago

kuhe commented 2 months ago

Issue

1

The "s3-hack" was a customization that applied model preprocessing during the build of the S3 client. It formerly did two things:

The former is now included in the model itself, and the latter has been converted to Java codegen in https://github.com/aws/aws-sdk-js-v3/pull/5963.

2

The runtime-dependency-version-check/runtime-dep-version-check has also been moved to the end of the code generation script. This ensures unexpected code generation output that is inconsistent with the repository state is blocked from releasing.

github-actions[bot] commented 2 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.