Skip to content

Commit

Permalink
Revert pr validating s3 PutObject content length (#2692)
Browse files Browse the repository at this point in the history
* Revert "validate put object content length (#2690)"

This reverts commit 2f18ba5.

revert

* add changelog

---------

Co-authored-by: Tianyi Wang <wty@amazon.com>
  • Loading branch information
wty-Bryant and Tianyi Wang committed Jun 19, 2024
1 parent 2f18ba5 commit f0581d5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 166 deletions.
8 changes: 8 additions & 0 deletions .changelog/d02faa8f0bdd4ac88dea1a6f95c98de5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "d02faa8f-0bdd-4ac8-8dea-1a6f95c98de5",
"type": "bugfix",
"description": "revert commit of validating PutObject content length causing integration test failure",
"modules": [
"service/s3"
]
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ software.amazon.smithy.aws.go.codegen.customization.AccountIDEndpointRouting
software.amazon.smithy.aws.go.codegen.customization.RetryModeUserAgent
software.amazon.smithy.aws.go.codegen.customization.RequestCompressionUserAgent
software.amazon.smithy.aws.go.codegen.customization.s3.ExpressUserAgent
software.amazon.smithy.aws.go.codegen.customization.s3.ValidatePutObjectContentLength
3 changes: 0 additions & 3 deletions service/s3/api_op_PutObject.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions service/s3/put_object_content_length.go

This file was deleted.

73 changes: 0 additions & 73 deletions service/s3/put_object_content_length_test.go

This file was deleted.

1 change: 0 additions & 1 deletion service/s3/snapshot/api_op_PutObject.go.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ PutObject
legacyEndpointContextSetter
S3Shared:ARNLookup
SetLogger
validatePutObjectContentLength
OperationInputValidation
Serialize stack step
putBucketContext
Expand Down

0 comments on commit f0581d5

Please sign in to comment.