aboutsummaryrefslogtreecommitdiff
path: root/test/s3/sse
diff options
context:
space:
mode:
Diffstat (limited to 'test/s3/sse')
-rw-r--r--test/s3/sse/Makefile4
-rw-r--r--test/s3/sse/docker-compose.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/s3/sse/Makefile b/test/s3/sse/Makefile
index d92fc90a6..8d0869a82 100644
--- a/test/s3/sse/Makefile
+++ b/test/s3/sse/Makefile
@@ -102,7 +102,7 @@ start-seaweedfs: check-binary
@sleep 3
# Start volume server with master HTTP port and increased capacity
- @nohup $(SEAWEEDFS_BINARY) volume -port=$(VOLUME_PORT) -mserver=127.0.0.1:$(MASTER_PORT) -dir=/tmp/seaweedfs-test-sse-volume -max=$(VOLUME_MAX_COUNT) -ip=127.0.0.1 > /tmp/seaweedfs-sse-volume.log 2>&1 &
+ @nohup $(SEAWEEDFS_BINARY) volume -port=$(VOLUME_PORT) -master=127.0.0.1:$(MASTER_PORT) -dir=/tmp/seaweedfs-test-sse-volume -max=$(VOLUME_MAX_COUNT) -ip=127.0.0.1 > /tmp/seaweedfs-sse-volume.log 2>&1 &
@sleep 5
# Start filer server (using standard SeaweedFS gRPC port convention: HTTP port + 10000)
@@ -359,7 +359,7 @@ start-seaweedfs-ci: check-binary
# Start volume server with master HTTP port and increased capacity
@echo "Starting volume server..."
- @nohup $(SEAWEEDFS_BINARY) volume -port=$(VOLUME_PORT) -mserver=127.0.0.1:$(MASTER_PORT) -dir=/tmp/seaweedfs-test-sse-volume -max=$(VOLUME_MAX_COUNT) -ip=127.0.0.1 > /tmp/seaweedfs-sse-volume.log 2>&1 &
+ @nohup $(SEAWEEDFS_BINARY) volume -port=$(VOLUME_PORT) -master=127.0.0.1:$(MASTER_PORT) -dir=/tmp/seaweedfs-test-sse-volume -max=$(VOLUME_MAX_COUNT) -ip=127.0.0.1 > /tmp/seaweedfs-sse-volume.log 2>&1 &
@sleep 5
# Create S3 JSON configuration with KMS (Local provider) and basic identity for embedded S3
diff --git a/test/s3/sse/docker-compose.yml b/test/s3/sse/docker-compose.yml
index 448788af4..82c05c03e 100644
--- a/test/s3/sse/docker-compose.yml
+++ b/test/s3/sse/docker-compose.yml
@@ -50,7 +50,7 @@ services:
- "8080:8080"
command:
- volume
- - -mserver=seaweedfs-master:9333
+ - -master=seaweedfs-master:9333
- -port=8080
- -ip=seaweedfs-volume
- -publicUrl=seaweedfs-volume:8080