aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.83k stars 823 forks source link

fix: s3 resource fails in amplify push for too-long bucket name #13802

Closed kunal-arora closed 5 months ago

kunal-arora commented 6 months ago

Description of changes

Fix: Remove 63 character length validation

Thanks @ykethan

Issue #, if available

13364

Description of how you validated changes

Added a unit test for it

Checklist

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