2023-03-01 04:20:21 +00:00
|
|
|
FROM ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway:latest
|
2023-03-11 05:34:58 +00:00
|
|
|
|
|
|
|
# Prepopulate some of the more generic settings for the proxy
|
2023-03-01 04:20:21 +00:00
|
|
|
ENV AWS_SIGS_VERSION=2 \
|
|
|
|
S3_STYLE=virtual \
|
|
|
|
PROVIDE_INDEX_PAGE=true \
|
|
|
|
S3_SERVER_PORT=443 \
|
|
|
|
S3_SERVER_PROTO=https \
|
|
|
|
ALLOW_DIRECTORY_LIST=false
|
2023-02-12 05:14:49 +00:00
|
|
|
|