Skip to content

Commit

Permalink
fix: S3 HeadObject NotFound error never being returned (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Jun 12, 2023
1 parent 9fd4e02 commit ba5a08f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 61 deletions.
8 changes: 8 additions & 0 deletions .changelog/d9de6f3dd7c146c9966648ecda1fa2a8.json
@@ -0,0 +1,8 @@
{
"id": "d9de6f3d-d7c1-46c9-9666-48ecda1fa2a8",
"type": "bugfix",
"description": "Fix HeadObject to return types.Nound when an object does not exist. Fixes [2084](https://github.com/aws/aws-sdk-go-v2/issues/2084)",
"modules": [
"service/s3"
]
}

This file was deleted.

Expand Up @@ -32,7 +32,6 @@ software.amazon.smithy.aws.go.codegen.customization.S3AcceptEncodingGzip
software.amazon.smithy.aws.go.codegen.customization.KinesisCustomizations
software.amazon.smithy.aws.go.codegen.customization.S3ErrorWith200Status
software.amazon.smithy.aws.go.codegen.customization.Route53Customizations
software.amazon.smithy.aws.go.codegen.customization.S3HeadObjectCustomizations
software.amazon.smithy.aws.go.codegen.customization.PresignURLAutoFill
software.amazon.smithy.aws.go.codegen.customization.S3ExportInternalFeatures
software.amazon.smithy.aws.go.codegen.customization.S3ControlEndpointResolver
Expand Down
19 changes: 4 additions & 15 deletions service/s3/api_op_HeadObject.go

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

3 changes: 3 additions & 0 deletions service/s3/deserializers.go

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

0 comments on commit ba5a08f

Please sign in to comment.