'How to Access minio bucket using Python API, Read in all the folders and write them as a database?

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



Solution 1:[1]

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?

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 debaonline4u