New docker image supporting proxying S3

This commit is contained in:
shockrah 2023-03-10 21:34:58 -08:00
parent 42e55f7313
commit f4e06fa24a

View File

@ -1,4 +1,6 @@
FROM ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway:latest
# Prepopulate some of the more generic settings for the proxy
ENV AWS_SIGS_VERSION=2 \
S3_STYLE=virtual \
PROVIDE_INDEX_PAGE=true \