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

Remove strict check over Storage Tiers #92

Open
Aeris1One opened this issue Mar 29, 2023 · 0 comments
Open

Remove strict check over Storage Tiers #92

Aeris1One opened this issue Mar 29, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Aeris1One
Copy link

Aeris1One commented Mar 29, 2023

There's a strict check over which storage tiers entries are allowed.
This can be problematic when providers have their own storage tiers (as an example, Scaleway provides the "ONEZONE_IA" storage tier for single-AZ data)

Here's the related code :

_VALID_STORAGE_CLASSES = (

assert storage_class in _VALID_STORAGE_CLASSES

@squahtx squahtx added enhancement New feature or request help wanted Extra attention is needed labels Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants