Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for KMSAPIs (0.51 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/kms-handlers.go

    	} else {
    		writeSuccessResponseJSON(w, res)
    	}
    }
    
    // KMSAPIsHandler - GET /minio/kms/v1/apis
    func (a kmsAPIHandlers) KMSAPIsHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "KMSAPIs")
    	defer logger.AuditLog(ctx, w, r, mustGetClaimsFromToken(r))
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.KMSAPIAction)
    	if objectAPI == nil {
    		return
    	}
    
    	if GlobalKMS == nil {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Aug 18 06:43:03 GMT 2024
    - 10.1K bytes
    - Click Count (0)
Back to Top