Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for featured (0.14 sec)

  1. cmd/object-handlers.go

    		enqueueTransitionImmediate(objInfo, lcEventSrc_s3PutObject)
    		os.Sweep()
    	}
    }
    
    // PutObjectExtractHandler - PUT Object extract is an extended API
    // based off from AWS Snowball feature to auto extract compressed
    // stream will be extracted in the same directory it is stored in
    // and the folder structures will be built out accordingly.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    		}
    		if !prev.Equals(*p) {
    			return false
    		}
    	}
    	return true
    }
    
    // isBktReplCfgReplicated returns true if all the sites have same number
    // of replication rules with all replication features enabled.
    func isBktReplCfgReplicated(total int, cfgs []*sreplication.Config) bool {
    	cntReplicated := 0
    	for _, c := range cfgs {
    		if c == nil {
    			continue
    		}
    		cntReplicated++
    	}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 184.2K bytes
    - Viewed (1)
Back to top