You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed ClearML on AWS EKS. EKS pods can be configured to access S3 bucket and perform get, put and delete operations.
Can I configure a local ClearML client to write artifacts to S3 bucket from API Server or File Server instead of uploading them directly to S3 from local? Thus, server must act as a proxy for accessing or uploading remote artifacts to the storage
The text was updated successfully, but these errors were encountered:
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 storageThe text was updated successfully, but these errors were encountered: