0

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

1 Answers1

0

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?

Debashis Sahoo
  • 5,388
  • 5
  • 36
  • 41