Closed kryvokhyzha closed 10 months ago
Hi @kryvokhyzha, the ClearML client (SDK) can use data from a separate object storage (e.g. S3) or from the ClearML Fileserver. You cannot proxy data through the server. If your S3 bucket can be mounted locally as a filesystem folder, you can theoretically make the fileserver use that for files storage.
I have deployed
ClearML
onAWS EKS
. EKS pods can be configured to accessS3
bucket and perform get, put and delete operations.Can I configure a local
ClearML client
to write artifacts toS3
bucket fromAPI Server
orFile Server
instead of uploading them directly toS3
from local? Thus, server must act as a proxy for accessing or uploading remote artifacts to the storage