Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MINIO_API_REMOTE_TRANSPORT_DEADLINE (0.1 sec)

  1. internal/config/api/api.go

    	EnvAPIClusterDeadline         = "MINIO_API_CLUSTER_DEADLINE"
    	EnvAPICorsAllowOrigin         = "MINIO_API_CORS_ALLOW_ORIGIN"
    	EnvAPIRemoteTransportDeadline = "MINIO_API_REMOTE_TRANSPORT_DEADLINE"
    	EnvAPITransitionWorkers       = "MINIO_API_TRANSITION_WORKERS"
    	EnvAPIListQuorum              = "MINIO_API_LIST_QUORUM"
    	EnvAPISecureCiphers           = "MINIO_API_SECURE_CIPHERS" // default config.EnableOn
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 11.5K bytes
    - Viewed (1)
  2. docs/config/README.md

    MINIO_API_CORS_ALLOW_ORIGIN               (csv)       set comma separated list of origins allowed for CORS requests (default: '*')
    MINIO_API_REMOTE_TRANSPORT_DEADLINE       (duration)  set the deadline for API requests on remote transports while proxying between federated instances e.g. "2h" (default: '2h')
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 18.1K bytes
    - Viewed (1)
Back to top