mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
test:encode
This commit is contained in:
+2
-2
@@ -9,12 +9,12 @@ if [ -n "$1" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$RUST_LOG" ]; then
|
||||
export RUST_LOG="rustfs=debug"
|
||||
export RUST_LOG="s3s-rustfs=debug,s3s=debug"
|
||||
fi
|
||||
|
||||
cargo run \
|
||||
-- --access-key AKEXAMPLERUSTFS \
|
||||
--secret-key SKEXAMPLERUSTFS \
|
||||
--address 0.0.0.0:9010 \
|
||||
--domain-name localhost:9010 \
|
||||
--domain-name 127.0.0.1:9010 \
|
||||
"$DATA_DIR"
|
||||
|
||||
Reference in New Issue
Block a user