Skip to content

Commit

Permalink
fix some omissions
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Apr 24, 2024
1 parent 1d10989 commit de7cb16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/etc/nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down
2 changes: 1 addition & 1 deletion deployments/s3_express/settings.s3express.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de7cb16

Please sign in to comment.