[Upload Model] Secure model location URL #1534

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.11.x

Background
Hi experts, today customers are able to upload models that already exist on another server, such as GitHub or S3 by providing the model URL. In the implementation, it looks like the model URL needs to be public to be downloadable.

Current use case
In our use case, our customers want to bring their own model but they don’t want to make it publicly, for example, the model is stored in a private S3 bucket

Question
Do we plan to support private access for the model location URL, or is there any recommendation to make the model location access secure (for example model stored in S3)?

This is a feature request, same with this issue [FEATURE] Allow downloading ML models from Cloud providers buckets · Issue #1371 · opensearch-project/ml-commons · GitHub

For S3, you can use presigned URL Sharing objects with presigned URLs - Amazon Simple Storage Service. Is that ok for your use case?

@dylan Dylan, do you have any suggestion?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.