Yeah, I missed that you defined the storage with  --storage  please try with the port as well there
Hi  @<1523701070390366208:profile|CostlyOstrich36>
After removing the port number from command given by you.
Re: your message
with the combination of  None :port/bucket  for  --storage  ?
clearml-data create --storage "
" --project dummyproject --name testingds1
clearml-data - Dataset Management & Versioning CLI
Creating a new dataset:
Error: Insufficient permissions (write failed) for ostore.xyz.tech
		What is the combination of  --storage  and configuration that worked in the end?
raise ValueError(“Insufficient permissions (delete failed) for {}“.format(base_url))
ValueError: Insufficient permissions (delete failed) for  None
I also tried passing the default port for minio for host in config
eg: host: “ostore.xyz.tech:9000”
But getting same error.
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: “ None ”
Yes, I tried with default port of minio (9000). didn’t work either.
Hi John
Well, I didn’t setup anything extra  🙂
For below config and command it worked
command:  clearml-data create --storage " None " --project dummyproject --name testingds2
With what host config were you trying the last attempts?
Though I’m able to connect using minio client with the same creds without any issues.
Try running the following script
from clearml import Task 
import time
task = Task.init(output_uri="
")
print("start sleep")
time.sleep(20)
print("end sleep")
Please add the logs
FYI: I also changed the files_server in config
@<1709740168430227456:profile|HomelyBluewhale47> , how did you set the  output_uri  ?
Thanks a lot  @<1523701070390366208:profile|CostlyOstrich36>   
   🙏
Also tried changing files_server in config but didn’t work
with the combination of  None :port/bucket  for  --storage  ?
