However, now when I go in the Results -> Debug Samples tab, the s3 credential window pops up. Every time that I refresh the page
RattyLouse61 , What version of ClearML are you running, I think this issue was solved in 1.3.0 release
I canโt see any useful line in the log. Iโll try the function. Thanks
RattyLouse61 , SuccessfulKoala55 , I think your solution is better ๐
maybe I need to call this:
My thoughts exactly ๐
maybe I need to call this: https://clear.ml/docs/latest/docs/references/sdk/logger#set_default_upload_destination
Hi RattyLouse61 , what do you see in the log of the run?
I think that by default debug samples are usually saved on the fileserver. The following configuration should force the debug samples to upload to s3.
In clearml.conf
change:api.files_server:
s3://your_bucket
Your suggestion CostlyOstrich36 works: Iโve added the line in the clearml.conf
file.
However, now when I go in the Results -> Debug Samples tab, the s3 credential window pops up. Every time that I refresh the page ๐
Iโm getting this error:2022-04-01 16:23:47,578 - clearml.storage - ERROR - Failed testing access to bucket xxx: incorrect region specified for bucket xxxx (detected region eu-west-1)
but the server knows how to do the upload because I can do task.upload_artifact
without problems ๐ค
I was on 1.2.0
Upgrading to 1.3.0 resolved the issue with S3 credentials request ๐
thank you