-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat: download assets subset #932
Conversation
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against 271d638 |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against 271d638 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please filter assets keys instead of title or href
done |
a5456c3
to
2b83e51
Compare
If a regex expression is passed in the parameter
asset
in thedownload()
, only the assets matching this expression are downloaded (only working if the provider API returns individual assets and not a zip file); implemented for theHTTPDownload
andAwsDownload
plugins (s3rest plugin not used anymore after removal of mundi).Client mode usage:
Server mode usage:
http://127.0.0.1:5000/path/to/some/item/download/asset_key
Please note that
EOProduct.assets
is now initialized as anAssetsDict(UserDict)
.