Hi @<1709740168430227456:profile|HomelyBluewhale47> , you can use CLEARML_FILES_HOST env variable to point to it - None
Basically we want to avoid having .conf file and it would be great in automation.
Hello ClearML team,
Can we set environment variable which actually follows the below route from clearml.conf file?
api {
files_server: "
"
}
sdk {
aws {
s3 {
credentials: [
{
host: ""
key: ""
secret: ""
multipart: false
secure: true
}
]
}
}
}
Note: We need clearml env for every key in the above. multipart and secure is also required. Thanks!!
Hi @<1709740168430227456:profile|HomelyBluewhale47> , you can use CLEARML_FILES_HOST env variable to point to it - None
Basically we want to avoid having .conf file and it would be great in automation.