I would like to access Minio using python API, read in all the folders,files,directories within in Minio Bucket
Ingest them into the script and write them into the database
any help would be really appreciated
I would like to access Minio using python API, read in all the folders,files,directories within in Minio Bucket
Ingest them into the script and write them into the database
any help would be really appreciated
Based on the details you have shared I would suggest you check out the initial python documentation for the minio package: Link
The quick starter guide shows you quickly how to read and write files into Minio. The rest is rather open for interpretation. What database are you planning to use?