I am using Minio .net client library
my requirement is how can i store my files in folder structure like
ABC is Bucket, CMS is inner folder and CMS folder contains files so how can i achive this ?
amazon s3 doing same things using key value pair i.e ABC/CMS
EDIT:
How can i access files url in my .net project ? Ex In ABC bucket i have abc.png file so how can i access image to display on HTML tag.
<img src="---any path---/abc.png">