-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to identify other storage providers? #22
Comments
Hello, I totally identify with this issue through my use case. I am a developer working with data from the Copernicus program, stored on the CREODIAS cloud, which is part of the Copernicus Data Space Ecosystem.
Regarding Cloud Provider Storage Tiers in the case of CDSE, there is only a standard tier, but there is no minimum duration included. |
Same issue for our use case. We use platform-specific hosted data. |
I just looked at the extension again and the storage:platform default value is OTHER, so the field doesn't need to be provided so the weird "OTHER" is gone. Currently, the other pre-defined enum values are also not used to enforce specific values for the other fields so having the enum is a bit useless. I'm wondering whether we should remove the enum and make it free-text. For the providers where we want to validate specific values, we should create specific sub-schemas for individual proviers (or separate extensions that build on top of storage?) I'll try to come up with a PR. |
Please review the PR for version 2 that is meant to solve this issue: #24 @fmigneault @MathewNWSH |
Is there a way to identify other storage providers? The extension seems pretty biased right now towards US services, listing none in the EU for example, only one in China. Using OTHER doesn't let you identify the storage provider and the regions and tiers then are pretty disconnected and not very useful.
The text was updated successfully, but these errors were encountered: