fix(server): actionable 501 for virtual-hosted-style S3 requests (#3442)

This commit is contained in:
Ramakrishna Chilaka
2026-06-15 04:19:31 +05:30
committed by GitHub
parent f8e300bf3b
commit e4c1ee9941
4 changed files with 336 additions and 4 deletions
+4 -1
View File
@@ -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