amplify-cli icon indicating copy to clipboard operation
amplify-cli copied to clipboard

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

Open kunal-arora opened this issue 8 months ago • 0 comments

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

  • [ ] PR description included
  • [ ] yarn test passes
  • [ ] Tests are changed or added
  • [ ] Relevant documentation is changed or added (and PR referenced)
  • [ ] New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies
  • [ ] Pull request labels are added

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

kunal-arora avatar May 30 '24 14:05 kunal-arora