Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 1,895 for Run (0.01 seconds)

  1. .github/workflows/run-mint.sh

    # Pause one node, to check that all S3 calls work while one node goes wrong
    [ "${MODE}" == "resiliency" ] && docker-compose -f minio-${MODE}.yaml pause minio4
    
    docker run --rm --net=mint_default \
    	--name="mint-${MODE}-${JOB_NAME}" \
    	-e SERVER_ENDPOINT="nginx:9000" \
    	-e ACCESS_KEY="${ACCESS_KEY}" \
    	-e SECRET_KEY="${SECRET_KEY}" \
    	-e ENABLE_HTTPS=0 \
    	-e MINT_MODE="${MINT_MODE}" \
    Created: 2026-04-05 19:28
    - Last Modified: 2025-01-20 14:49
    - 1.9K bytes
    - Click Count (0)
  2. .ci/scripts/run-gradle.sh

    Mark Vieira <******@****.***> 1620932924 -0700
    Created: 2026-04-08 16:19
    - Last Modified: 2021-05-13 19:08
    - 824 bytes
    - Click Count (0)
  3. docs/site-replication/run-ssec-object-replication.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Created: 2026-04-05 19:28
    - Last Modified: 2024-09-24 08:03
    - 9.9K bytes
    - Click Count (0)
  4. docs/site-replication/run-multi-site-oidc.sh

    	exit_1
    fi
    
    ./mc admin policy create minio1 projecta ./docs/site-replication/rw.json
    sleep 5
    
    # Generate STS credential with STS call to minio1
    STS_CRED=$(MINIO_ENDPOINT=http://localhost:9001 go run ./docs/site-replication/gen-oidc-sts-cred.go)
    
    MC_HOST_foo=http://${STS_CRED}@localhost:9001 ./mc ls foo
    if [ $? -ne 0 ]; then
    	echo "Expected sts credential to work, exiting.."
    	exit_1
    fi
    
    sleep 2
    
    Created: 2026-04-05 19:28
    - Last Modified: 2024-09-24 08:03
    - 8.5K bytes
    - Click Count (0)
  5. docs/site-replication/run-multi-site-ldap.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Created: 2026-04-05 19:28
    - Last Modified: 2024-09-24 08:03
    - 10.1K bytes
    - Click Count (0)
  6. docs/site-replication/run-multi-site-minio-idp.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Created: 2026-04-05 19:28
    - Last Modified: 2024-09-24 08:03
    - 12.1K bytes
    - Click Count (0)
  7. docs/site-replication/run-replication-with-checksum-header.sh

    Klaus Post <******@****.***> 1737384547 -0800
    Created: 2026-04-05 19:28
    - Last Modified: 2025-01-20 14:49
    - 11.5K bytes
    - Click Count (0)
  8. docs/site-replication/run-sse-kms-object-replication.sh

    Poorna <******@****.***> 1728542995 -0700
    Created: 2026-04-05 19:28
    - Last Modified: 2024-10-10 06:49
    - 11.5K bytes
    - Click Count (0)
  9. docs/site-replication/run-ssec-object-replication-with-compression.sh

    Harshavardhana <******@****.***> 1727165038 -0700
    Created: 2026-04-05 19:28
    - Last Modified: 2024-09-24 08:03
    - 8.3K bytes
    - Click Count (0)
  10. build-tools-internal/src/main/groovy/elasticsearch.run.gradle

    testClusters.register("runTask") {
        testDistribution = providers.systemProperty('run.distribution').orElse('default').forUseAtConfigurationTime().get()
        if (providers.systemProperty('run.distribution').orElse('default').forUseAtConfigurationTime().get() == 'default') {
          String licenseType = providers.systemProperty("run.license_type").orElse("basic").forUseAtConfigurationTime().get()
          if (licenseType == 'trial') {
    Created: 2026-04-08 16:19
    - Last Modified: 2021-09-23 07:45
    - 1.8K bytes
    - Click Count (0)
Back to Top