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

[FEATURE REQUEST] Allow the canonical object-store named to be decided during setup #770

Closed
JakeChampion opened this issue Jan 20, 2023 · 0 comments · Fixed by #1041
Closed

Comments

@JakeChampion
Copy link
Contributor

JakeChampion commented Jan 20, 2023

Is your feature request related to a problem? Please describe.
When deploying the same object-store starter-kit twice, it currently fails due to both trying to create a store of the same name.

✗ Creating object store 'my-store'...

ERROR: the Fastly API returned 409 Conflict: Conflict (store with name 'my-store' already exists).

Describe the solution you'd like
I'd like an interactive option which notices the store already exists and then prompts the user with a few questions such as:

$ An Object Store named xxyyzz already exists. Please choose from below options:
[1] Use the already existing Object Store
[2] Create a Object Store with a different name

$ 2
Object-Store: [xxyyzz] xxyyzz-jake

Describe alternatives you've considered
I don't have an alternative unfortunately

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant