mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
fix(server): actionable 501 for virtual-hosted-style S3 requests (#3442)
This commit is contained in:
committed by
GitHub
parent
f8e300bf3b
commit
e4c1ee9941
@@ -13,7 +13,10 @@ RUSTFS_ADDRESS=0.0.0.0:9000
|
||||
RUSTFS_CONSOLE_ENABLE=true
|
||||
# RustFS console listen address and port
|
||||
RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001
|
||||
# Optional service domain configuration for virtual-hosted-style requests (comma-separated).
|
||||
# Optional service domain(s) for virtual-hosted-style requests (comma-separated).
|
||||
# Required for clients that default to virtual-hosted-style addressing (AWS SDK,
|
||||
# Terraform/Pulumi). Without it, only path-style addressing works (set the client's
|
||||
# s3_use_path_style = true / force_path_style=true). Example:
|
||||
# RUSTFS_SERVER_DOMAINS=s3.example.com
|
||||
# Optional RustFS license content
|
||||
# RUSTFS_LICENSE=REPLACE_WITH_LICENSE_CONTENT
|
||||
|
||||
Reference in New Issue
Block a user