Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _isValid (0.05 sec)

  1. src/main/webapp/js/admin/moment-with-locales.min.js.map

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 224.8K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    		return
    	}
    
    	// Validate storage class metadata if present
    	dstSc := r.Header.Get(xhttp.AmzStorageClass)
    	if dstSc != "" && !storageclass.IsValid(dstSc) {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidStorageClass), r.URL)
    		return
    	}
    
    	// Check if bucket encryption is enabled
    	sseConfig, _ := globalBucketSSEConfigSys.Get(dstBucket)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    		return madmin.ReplicateAddStatus{
    			Status:    madmin.ReplicateAddStatusPartial,
    			ErrDetail: fmt.Sprintf("unable to save cluster-replication state on local: %v", err),
    		}, nil
    	}
    
    	if !globalSiteReplicatorCred.IsValid() {
    		globalSiteReplicatorCred.Set(svcCred.SecretKey)
    	}
    	result := madmin.ReplicateAddStatus{
    		Success: true,
    		Status:  madmin.ReplicateAddStatusSuccess,
    	}
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
Back to top