aws / smithy-go

Smithy code generators for Go (in development)
Apache License 2.0
172 stars 51 forks source link

fix: allow empty headers on prefix headers #544

Open Madrigal opened 1 day ago

Madrigal commented 1 day ago

Issue #, if available: Had an issue where calling S3 with metadata with an empty value caused SDKs to not serialize the value and not send the header. This change allows prefix headers to have an empty value.

Description of changes: Remove restriction of not serializing empty values for prefix headers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.