csghub-server is the backend server for CSGHub which helps user to manage datasets, modes, and also run Model Inference, Finetune and Application Spaces.
a new ENV STARHUB_SERVER_S3_INTERNAL_ENDPOINT for service csghub_server which defines the internal ip address of s3 storage (like minio).
If request from client like csghub-sdk has http header X-OPENCSG-S3-Internal, csghub-server will return presigned url with internal s3 ip, to avoid download LFS object through public network.
a new ENV
STARHUB_SERVER_S3_INTERNAL_ENDPOINT
for servicecsghub_server
which defines the internal ip address of s3 storage (like minio).If request from client like
csghub-sdk
has http headerX-OPENCSG-S3-Internal
, csghub-server will return presigned url with internals3
ip, to avoid downloadLFS
object through public network.