Support direct uploads from S3 to project storage
Maciej
I'd like to upload files from their S3 buckets directly to
/persistent-storage
. Example use case: triggering deployments from a web server, which doesn't have the model files locally. I'd like to avoid having to download data from S3 only to upload to /persistent-storage
. Something like cerebrium cp s3://... model/
would be ideal, accepting presigned URLs.