GrittyKangaroo27 , I see no special reason why not, as long as you set the credentials correctly 🙂
Have you tried?
CostlyOstrich36 Maybe because I don’t clearly understand how ClearML works.
When I use PipelineV1 (using Task
), by default, all artifact will be uploaded to ClearML-fileserver if I configure output_uri = True
. If I want to use S3 bucket instead, I must “point” output_uri
to the URI of that bucket.
Back to PipelineV2, I cannot find “a place” on where I could put my S3 bucket URI.
Try configuring the following and tell me if this helps 🙂
In your ~/clearml.conf
configure the following:
sdk.development.default_output_uri: "<S3_bucket>"