Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kissling (0.4 sec)

  1. cmd/site-replication.go

    // provided current cluster has the most recent update.
    func (c *SiteReplicationSys) healUsers(ctx context.Context, objAPI ObjectLayer, user string, info srStatusInfo) error {
    	// create user if missing; fix user policy mapping if missing
    	us := info.UserStats[user]
    
    	c.RLock()
    	defer c.RUnlock()
    	if !c.enabled {
    		return nil
    	}
    	var (
    		latestID, latestPeerName string
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  2. cmd/object-handlers_test.go

    			secretKey:          credentials.SecretKey,
    			fault:              TooBigObject,
    			expectedRespStatus: http.StatusBadRequest,
    			wantAPICode:        "EntityTooLarge",
    		},
    		// Test Case with missing content length
    		5: {
    			bucketName:         bucketName,
    			objectName:         objectName,
    			data:               bytesData,
    			dataLen:            len(bytesData),
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 160K bytes
    - Viewed (0)
Back to top