- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isSupportedS3AuthType (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/auth-handler.go
authTypeStreamingSigned: {}, authTypeStreamingSignedTrailer: {}, authTypeStreamingUnsignedTrailer: {}, } // Validate if the authType is valid and supported. func isSupportedS3AuthType(aType authType) bool { _, ok := supportedS3AuthTypes[aType] return ok } // setAuthMiddleware to validate authorization header for the incoming request. func setAuthMiddleware(h http.Handler) http.Handler {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 25.4K bytes - Click Count (0)