Hi @<1523701304709353472:profile|OddShrimp85> this is the way I do it:
None <BUCKET>/
@<1523701070390366208:profile|CostlyOstrich36> This is output_uri or where do I put this url?
hi, i am trying to upload my dataset to s3 that is secured with https.
I can do it when my s3 server is http. example below. Can someone share a sample on how to do so with https?
set clearml.conf
aws.s3.credentials.host: <s3 url>:80
aws.s3.credentials.secure: false
upload script
Dataset.create(output_uri=s3:<s3 url>/bucket/folder)
..add_files, upload, finalize
Hi @<1523701304709353472:profile|OddShrimp85> this is the way I do it:
None <BUCKET>/
@<1523701070390366208:profile|CostlyOstrich36> This is output_uri or where do I put this url?