We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Allow multiple download or auth plugins for a single provider:
!provider name: foo_provider search: !plugin type: StacSearch [...] download: - !plugin type: HTTPDownload match: href: https://[-\w]+.foo.bar - !plugin type: AwsDownload match: href: s3:// auth: - !plugin type: GenericAuth match: roles: - archive - !plugin type: AwsAuth match: href: s3://
Use matching_url to choose appropriate plugin when using EOProduct.register_downloader method.
matching_url
EOProduct.register_downloader
This feature will be useful when Asset.register_downloader is available.
Asset.register_downloader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow multiple download or auth plugins for a single provider:
Use
matching_url
to choose appropriate plugin when usingEOProduct.register_downloader
method.This feature will be useful when
Asset.register_downloader
is available.The text was updated successfully, but these errors were encountered: