ragflow
ragflow copied to clipboard
[Question]: cloud storage like s3
Describe your problem
Minio is good enough for individual use but in business scenario we want a more flexible file storage service like s3 or any other. This may not be the one of the main targets of ragflow, so I want to know where to start to contribute, thanks. Great job BTW, hope API docs coming soon.
S3 and minio basically share the same api. Just add another utility in rag/util instead of using minio.
Minio is compatible with S3 protocol.