add s3s host style

This commit is contained in:
weisd
2025-02-26 17:35:31 +08:00
parent b5ebc90667
commit 3b56bb69e6
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export RUSTFS_VOLUMES="./target/volume/test"
export RUSTFS_ADDRESS="0.0.0.0:9000"
export RUSTFS_CONSOLE_ENABLE=true
export RUSTFS_CONSOLE_ADDRESS="0.0.0.0:9002"
export RUSTFS_SERVER_ENDPOINT="http://localhost:9000"
# export RUSTFS_SERVER_DOMAINS="localhost:9000"
if [ -n "$1" ]; then
export RUSTFS_VOLUMES="$1"