Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supportedS3AuthTypes (0.21 sec)

  1. cmd/auth-handler.go

    	if err != nil {
    		return toAPIErrorCode(ctx, err)
    	}
    	r.Body = reader
    	return ErrNone
    }
    
    // List of all support S3 auth types.
    var supportedS3AuthTypes = map[authType]struct{}{
    	authTypeAnonymous:                {},
    	authTypePresigned:                {},
    	authTypePresignedV2:              {},
    	authTypeSigned:                   {},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top