Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: s3 bucket name randomizer #13510

Merged
merged 2 commits into from
Dec 28, 2023
Merged

fix: s3 bucket name randomizer #13510

merged 2 commits into from
Dec 28, 2023

Conversation

0618
Copy link
Contributor

@0618 0618 commented Dec 28, 2023

Description of changes

Issue: canary run amplify init .... sometimes have "The specified bucket does not exist" error.

Hypothesis: the S3 bucket name is not random enough, so the bucket could be accidentally deleted by another task.

Fix: Make the bucket name more random

Issue #, if available

Description of how you validated changes

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.

@0618 0618 requested a review from a team as a code owner December 28, 2023 02:47
@0618 0618 merged commit 9034f86 into aws-amplify:dev Dec 28, 2023
5 checks passed
@0618 0618 deleted the fix-s3-bucket-name branch June 7, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants