do you mean i can change?
files_server:
->
Hi @<1523701260895653888:profile|QuaintJellyfish58> , yes this is correct. You can also set your files_server in clearml.conf to point to S3 bucket as well and this way debug samples will be saved there as well
@<1523701070390366208:profile|CostlyOstrich36> I would like to point to azure blob storage, what kind of url schema should I use ? And also, where do you configure the credential for the ClearML server to access to Azure blob as file_server ? I couldn't find any documentation around this topic 😞
TIA
Found it: None
And credential are set with :
sdk {
azure.storage {
containers: [
{
account_name: "account"
account_key: "xxxx"
container_name:"clearml"
}
]
}
}
wow, okay, i think will move all logs/plot/artifacs to my storage s3. Thanks! really helpful!