diff --git a/common/etc/nginx/templates/default.conf.template b/common/etc/nginx/templates/default.conf.template index 692bf5ce..52d1e55f 100644 --- a/common/etc/nginx/templates/default.conf.template +++ b/common/etc/nginx/templates/default.conf.template @@ -19,7 +19,7 @@ map $uri_full_path $uri_path { default $PREFIX_LEADING_DIRECTORY_PATH$uri_full_path; } -# FINAL_S3_SERVER is set in the startup script +# S3_HOST_HEADER is set in the startup script # (either ./common/docker-entrypoint.sh or ./standalone_ubuntu_oss_install.sh) # based on the S3_STYLE configuration option. js_var $s3_host ${S3_HOST_HEADER}; diff --git a/deployments/s3_express/settings.s3express.example b/deployments/s3_express/settings.s3express.example index f271a127..3dcc2c6f 100644 --- a/deployments/s3_express/settings.s3express.example +++ b/deployments/s3_express/settings.s3express.example @@ -6,7 +6,7 @@ S3_SERVER=s3express-usw2-az1.us-west-2.amazonaws.com S3_SERVER_PORT=443 S3_SERVER_PROTO=https S3_REGION=us-west-2 -S3_STYLE=virtual +S3_STYLE=virtual-v2 S3_SERVICE=s3express DEBUG=true AWS_SIGS_VERSION=4 diff --git a/settings.example b/settings.example index 95cdd80c..ca71efc9 100644 --- a/settings.example +++ b/settings.example @@ -6,7 +6,7 @@ S3_SERVER=s3.us-east-1.amazonaws.com S3_SERVER_PORT=443 S3_SERVER_PROTO=https S3_REGION=us-east-1 -S3_STYLE=virtual +S3_STYLE=virtual-v2 S3_SERVICE=s3 DEBUG=false AWS_SIGS_VERSION=4