Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for street (0.49 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:                   {},
    	authTypeSignedV2:                 {},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 26K bytes
    - Viewed (0)
Back to top