Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StandardEnv (0.11 sec)

  1. tools/docker-builder/main.go

    	log.Infof("Running command: %v %v", name, strings.Join(arg, " "))
    	cmd := exec.Command(name, arg...)
    	cmd.Stderr = os.Stderr
    	cmd.Stdout = os.Stdout
    	return cmd
    }
    
    func StandardEnv(args Args) []string {
    	env := os.Environ()
    	if len(sets.New(args.Targets...).Delete("proxyv2")) <= 1 {
    		// If we are building multiple, it is faster to build all binaries in a single invocation
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. internal/config/storageclass/storage-class.go

    	Optimize      = "optimize"
    	InlineBlock   = "inline_block"
    
    	// Reduced redundancy storage class environment variable
    	RRSEnv = "MINIO_STORAGE_CLASS_RRS"
    	// Standard storage class environment variable
    	StandardEnv = "MINIO_STORAGE_CLASS_STANDARD"
    	// Optimize storage class environment variable
    	OptimizeEnv = "MINIO_STORAGE_CLASS_OPTIMIZE"
    	// Inline block indicates the size of the shard
    	// that is considered for inlining, remember this
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top