Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to write artifacts to S3 from server side? #226

Closed
kryvokhyzha opened this issue Jan 12, 2024 · 1 comment
Closed

How to write artifacts to S3 from server side? #226

kryvokhyzha opened this issue Jan 12, 2024 · 1 comment

Comments

@kryvokhyzha
Copy link

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

@jkhenning
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants