We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the Storage.py functionality encompasses s3, Azure bucket, Google bucket and local filestore.
The scope of this issue is to enable the Storage.py interface to be able to handle downloads of files through URL HTTP file downloads.
An example would be a link such as https://website.com/file.tar.gz
https://website.com/file.tar.gz
The text was updated successfully, but these errors were encountered:
You might want to update to latest storage.py from kfserving if useful as well: https://github.com/kubeflow/kfserving/blob/master/python/kfserving/kfserving/storage.py
Sorry, something went wrong.
Closing and moving to #1028
No branches or pull requests
Currently the Storage.py functionality encompasses s3, Azure bucket, Google bucket and local filestore.
The scope of this issue is to enable the Storage.py interface to be able to handle downloads of files through URL HTTP file downloads.
An example would be a link such as
https://website.com/file.tar.gz
The text was updated successfully, but these errors were encountered: