Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isMulti (0.18 sec)

  1. cmd/encryption-v1_test.go

    		getEncSize = func(s int64) int64 {
    			v, _ := sio.EncryptedSize(uint64(s))
    			return int64(v)
    		}
    		udMap = func(isMulti bool) map[string]string {
    			m := map[string]string{
    				crypto.MetaAlgorithm: crypto.InsecureSealAlgorithm,
    				crypto.MetaMultipart: "1",
    			}
    			if !isMulti {
    				delete(m, crypto.MetaMultipart)
    			}
    			return m
    		}
    	)
    
    	// Single part object tests
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Sep 24 04:17:08 GMT 2022
    - 19.9K bytes
    - Viewed (0)
Back to top