Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MINIO_REGION_NAME (0.06 seconds)

  1. internal/config/constants.go

    	EnvUpdate = "MINIO_UPDATE"
    
    	EnvEndpoints  = "MINIO_ENDPOINTS"   // legacy
    	EnvWorm       = "MINIO_WORM"        // legacy
    	EnvRegion     = "MINIO_REGION"      // legacy
    	EnvRegionName = "MINIO_REGION_NAME" // legacy
    
    )
    
    // Expiration Token durations
    // These values are used to validate the expiration time range from
    // either the exp claim or MINI_STS_DURATION value
    const (
    	MinExpiration = 900
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sat Sep 21 01:18:54 GMT 2024
    - 3.4K bytes
    - Click Count (1)
Back to Top