117503445 / GoWebDAV

a lightweight, easy-to-use WebDAV server
GNU General Public License v3.0
141 stars 28 forks source link

Feature request: MinIO (S3-compatible) storage #33

Closed NamesMT closed 2 months ago

NamesMT commented 2 months ago

First of all thanks a lot for the project, it is honestly the only project that is simple to setup and works perfectly that I could find in both JS and Go ecosystem. It would be amazing if we have support for S3-compatible storage.

117503445 commented 2 months ago

Sorry, this project is just for sharing local files. Adding support for S3 will make this project heavier.

You can take a look at https://github.com/alist-org/alist. It has extensive support for various storage backends.

NamesMT commented 2 months ago

Thanks a lot!, I'll check it out.