yorkie-team / codepair

Build your own AI-powered collaborative markdown editor in just 5 minutes
https://codepair.yorkie.dev
Apache License 2.0
49 stars 19 forks source link

Support MinIO as an default storage option for image repository #224

Open devleejb opened 4 months ago

devleejb commented 4 months ago

What would you like to be added: Currently, the image repository only supports S3 for storage. To reduce the initial setup cost and provide more flexibility to users, it is recommended to introduce support for MinIO as an default storage option. MinIO is a lightweight object storage server that is compatible with Amazon S3 APIs.

Why is this needed: By adding MinIO support, users can have the option to choose between S3 and MinIO for their image repository storage, allowing them to configure based on their specific requirements and cost considerations.

Additional Information:

minai621 commented 1 month ago

I'm interested in this issue, so can I try it?