- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 176 for myminio1 (0.07 seconds)
-
.github/workflows/mint/minio-compress-encrypt.yaml
timeout: 5s retries: 5 # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through port 9000. services: minio1: <<: *minio-common hostname: minio1 volumes: - cdata1-1:/cdata1 - cdata1-2:/cdata2 minio2: <<: *minio-common hostname: minio2 volumes: - cdata2-1:/cdata1 - cdata2-2:/cdata2Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Nov 03 21:18:18 GMT 2023 - 1.7K bytes - Click Count (0) -
.github/workflows/mint/minio-resiliency.yaml
timeout: 5s retries: 5 # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through port 9000. services: minio1: <<: *minio-common hostname: minio1 volumes: - rdata1-1:/rdata1 - rdata1-2:/rdata2 minio2: <<: *minio-common hostname: minio2 volumes: - rdata2-1:/rdata1 - rdata2-2:/rdata2Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed May 22 23:07:14 GMT 2024 - 1.7K bytes - Click Count (0) -
.github/workflows/multipart/docker-compose-site1.yaml
- CI=true # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through port 9000. services: site1-minio1: <<: *minio-common hostname: site1-minio1 volumes: - site1-data1-1:/data1 - site1-data1-2:/data2 site1-minio2: <<: *minio-common hostname: site1-minio2 volumes: - site1-data2-1:/data1Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Sep 30 10:13:56 GMT 2023 - 1.5K bytes - Click Count (0) -
.github/workflows/mint/minio-pools.yaml
timeout: 5s retries: 5 # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through port 9000. services: minio1: <<: *minio-common hostname: minio1 volumes: - pdata1-1:/pdata1 - pdata1-2:/pdata2 minio2: <<: *minio-common hostname: minio2 volumes: - pdata2-1:/pdata1 - pdata2-2:/pdata2Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Nov 03 21:18:18 GMT 2023 - 2.3K bytes - Click Count (0) -
docs/resiliency/resiliency-verify-failure-script.sh
#!/usr/bin/env bash echo "script failed" >resiliency-verify-failure.log # assume initial state ALIAS_NAME=myminio BUCKET="test-bucket" DEST_DIR="/tmp/dest" OUT=$(./mc cp --quiet --recursive "${ALIAS_NAME}"/"${BUCKET}"/initial-data/ "${DEST_DIR}"/) RET=${?} if [ ${RET} -ne 0 ]; then # It is a success scenario as get objects should fail echo "GET objects failed as expected" echo "script passed" >resiliency-verify-failure.log exit 0
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Dec 21 04:24:45 GMT 2024 - 509 bytes - Click Count (0) -
docs/resiliency/resiliency-verify-healing-script.sh
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Dec 21 04:24:45 GMT 2024 - 996 bytes - Click Count (0) -
docs/resiliency/docker-compose.yaml
timeout: 5s retries: 5 # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through port 9000. services: minio1: <<: *minio-common hostname: minio1 volumes: - data1-1:/data1 - data1-2:/data2 - data1-3:/data3 - data1-4:/data4 - data1-5:/data5 - data1-6:/data6 - data1-7:/data7Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Dec 21 04:24:45 GMT 2024 - 2.2K bytes - Click Count (0) -
helm-releases/minio-3.0.1.tgz
echo "Enabling versioning for '$BUCKET'" ${MC} version enable myminio/$BUCKET elif [ $VERSIONING = false ] ; then echo "Suspending versioning for '$BUCKET'" ${MC} version suspend myminio/$BUCKET fi else echo "Bucket '$BUCKET' versioning unchanged." fi # At this point, the bucket should exist, skip checking for existence # Set policy on the bucket echo "Setting policy of bucket '$BUCKET' to '$POLICY'." ${MC} policy set $POLICY myminio/$BUCKET } # Try connecting to Minio instance {{- if .Values.tls.enabled...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Sep 02 01:47:43 GMT 2021 - 13.8K bytes - Click Count (0) -
helm-releases/minio-3.0.2.tgz
echo "Enabling versioning for '$BUCKET'" ${MC} version enable myminio/$BUCKET elif [ $VERSIONING = false ] ; then echo "Suspending versioning for '$BUCKET'" ${MC} version suspend myminio/$BUCKET fi else echo "Bucket '$BUCKET' versioning unchanged." fi # At this point, the bucket should exist, skip checking for existence # Set policy on the bucket echo "Setting policy of bucket '$BUCKET' to '$POLICY'." ${MC} policy set $POLICY myminio/$BUCKET } # Try connecting to Minio instance {{- if .Values.tls.enabled...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 03 08:11:32 GMT 2021 - 13.8K bytes - Click Count (0) -
helm-releases/minio-3.1.0.tgz
echo "Enabling versioning for '$BUCKET'" ${MC} version enable myminio/$BUCKET elif [ $VERSIONING = false ] ; then echo "Suspending versioning for '$BUCKET'" ${MC} version suspend myminio/$BUCKET fi else echo "Bucket '$BUCKET' versioning unchanged." fi # At this point, the bucket should exist, skip checking for existence # Set policy on the bucket echo "Setting policy of bucket '$BUCKET' to '$POLICY'." ${MC} policy set $POLICY myminio/$BUCKET } # Try connecting to Minio instance {{- if .Values.tls.enabled...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 12 18:19:27 GMT 2021 - 14.3K bytes - Click Count (0)