aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-s3-over-https-using-awscli.yml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-11-18 12:06:56 -0800
committerchrislu <chris.lu@gmail.com>2025-11-18 12:06:56 -0800
commitaef5121c363a030f6457fcc68307f196d67accd8 (patch)
tree3da3e940d7b0c847fd106fe178bec8e5e03d370e /.github/workflows/test-s3-over-https-using-awscli.yml
parent0299e78de7c7f7e19d5b206b384d0331609e15aa (diff)
downloadseaweedfs-aef5121c363a030f6457fcc68307f196d67accd8.tar.xz
seaweedfs-aef5121c363a030f6457fcc68307f196d67accd8.zip
faster master startup
Diffstat (limited to '.github/workflows/test-s3-over-https-using-awscli.yml')
-rw-r--r--.github/workflows/test-s3-over-https-using-awscli.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-s3-over-https-using-awscli.yml b/.github/workflows/test-s3-over-https-using-awscli.yml
index ff2e433f0..fd0f8eb4f 100644
--- a/.github/workflows/test-s3-over-https-using-awscli.yml
+++ b/.github/workflows/test-s3-over-https-using-awscli.yml
@@ -34,7 +34,7 @@ jobs:
run: |
set -e
mkdir -p /tmp/data
- ./weed server -s3 -dir=/tmp/data -s3.config=../docker/compose/s3.json &
+ ./weed -v=3 server -s3 -dir=/tmp/data -s3.config=../docker/compose/s3.json -master.peers=none > weed.log 2>&1 &
until curl -s http://localhost:8333/ > /dev/null; do sleep 1; done
- name: Setup Caddy