nginx/nginx-s3-gateway

Multiple S3 buckets feature

Opened this issue · 0 comments

Feature Overview

Add multiple buckets feature.
This avoids deploying a new proxy for each bucket you need to serve.

Alternatives Considered

Suggestion:
Add a new deployment mode in which the bucket name is retrieved dynamically from the request_uri.
Example https:<HOST>/mybucket/ will be the root content of mybucket.
In this mode S3_BUCKET_NAME is not required (or must be set to a special value to enable this mode).

Additional Context

No response