nginxinc / nginx-s3-gateway

NGINX S3 Caching Gateway
Apache License 2.0
488 stars 127 forks source link

fix: don't require the S3_SERVICE variable and set default appropriately, fix readme formatting #248

Closed 4141done closed 3 months ago

4141done commented 3 months ago

Proposed changes

Fixes issue where the S3_SERVICE variable should be optional but was being enforced as required. I have tested this with and without the env var specified and against both traditional and "directory" style s3 buckets.

Checklist

Before creating a PR, run through this checklist and mark each as complete:

fixes https://github.com/nginxinc/nginx-s3-gateway/issues/247