What is the proper way to connect DVC to Min.IO that is connected to some buckets on S3.
AWS-S3(My_Bucket) > Min.io(MY_Bucket aliased as S3)
Right now i am accessing my bucket by using mc for example mc cp s3/my_bucket/datasets datasets
to copy stuff from there. But I need to setup my DVC to work with min.io as a hub between AWS.S3 and DVC so i can use for example "DVC mc-S3 pull"
and "DVC AWS-S3 pull"
.
How do i got for it because while googling i couldn't find anything that i could easily follow.