oxyno-zeta / s3-proxy

S3 Reverse Proxy with GET, PUT and DELETE methods and authentication (OpenID Connect and Basic Auth)
https://oxyno-zeta.github.io/s3-proxy/
Apache License 2.0
295 stars 33 forks source link

Add support for filesystem as a target #332

Closed aslafy-z closed 1 year ago

aslafy-z commented 1 year ago

Is your feature request related to a problem? Please describe. I'd like to expose a filesystem directory as an S3 bucket. Minio Gateway is now deprecated so I won't use it and I'm looking for an alternative.

Describe the solution you'd like I'd love a configurable target to a directory so I can use this project as a s3 server.

Describe alternatives you've considered https://github.com/gaul/s3proxy is an option. I'd love to get an Golang alternative of this nice java tool.

oxyno-zeta commented 1 year ago

Hello @aslafy-z ,

I'm sorry but this project haven't been done to be used that way. It is a web reverse proxy backed by s3. It doesn't implement the full s3 api. The gaul/s3-proxy is the good option for you sorry.

Regards,

Oxyno-zeta