-
Notifications
You must be signed in to change notification settings - Fork 154
Description
Just updated to the newest ClearML Server and trying to set up Yandex Cloud S3 clean up, this feature is potentially amazing
S3 uploading works fine as usual, this is my record in the config
{
host: "storage.yandexcloud.net"
key: "KEY"
secret: "SECRET",
secure: true
}
in the tasks I can see this in the Execution section
OUTPUT
DESTINATION
s3://storage.yandexcloud.net/clearml-models/breastcancer/models
In the logs of the cleaning service I see:
[2025-06-06 13:54:57,215] [1] [WARNING] [clearml.JOB-async_urls_delete.py] Error resolving base url for s3://storage.yandexcloud.net/BUCKET_NAME/breastcancer/models/MMG/Spring 2025/No Attention Experiment.c9b74abdac38493ab5c4d260a263fc90/models/attention_37.pth: Invalid host 's3://storage.yandexcloud.net'. Host strings must have at least one non-period character, can't contain any of '!@#$%^&'"*()+=:;/', and can't have adjacent periods