8000 don't perform client-side validation for non-pathbound inputs · Issue #3181 · aws/aws-sdk-go-v2 · GitHub
[go: up one dir, main page]

Skip to content

don't perform client-side validation for non-pathbound inputs #3181

@lucix-aws

Description

@lucix-aws

SDKs are not supposed to perform client-side validation (such as requiredness, pattern matching, range checking, etc.) for inputs unless they're bound to an HTTP path segment in a RESTlike protocol.

For some reason, this SDK does perform said validation. We should remove it.

This shouldn't have any breaking impact in the sense that it's not going to fail requests that would have previously succeeded, but some users may be affected by this in unexpected ways. At a minimum we should ship this behind an announcement post.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.p2This is a standard priority issuequeuedThis issues is on the AWS team's backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0