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 asset new or asset update push data from local to MODELKIT_STORAGE_PROVIDER
asset new
asset update
MODELKIT_STORAGE_PROVIDER
https://cornerstone-ondemand.github.io/modelkit/assets/managing_assets/#create-a-new-asset
which mean asset must be on local storage to be pushed
It could be interesting to be able to directly push asset from remote to remote without writing on local disk
Note: the feature seems to be partially for gcs but it just download locally to repush :
modelkit/modelkit/assets/cli.py
Line 201 in 6e71fe7
(idk if it still works)
So maybe at least implement an automatic redownload + push for s3
Or better find a way to do it directly (idk if it is possible at least with 2 remotes with same credentials)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
asset new
orasset update
push data from local toMODELKIT_STORAGE_PROVIDER
https://cornerstone-ondemand.github.io/modelkit/assets/managing_assets/#create-a-new-asset
which mean asset must be on local storage to be pushed
It could be interesting to be able to directly push asset from remote to remote without writing on local disk
Note: the feature seems to be partially for gcs but it just download locally to repush :
modelkit/modelkit/assets/cli.py
Line 201 in 6e71fe7
(idk if it still works)
So maybe at least implement an automatic redownload + push for s3
Or better find a way to do it directly (idk if it is possible at least with 2 remotes with same credentials)
The text was updated successfully, but these errors were encountered: