Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enableCompression (0.28 sec)

  1. cmd/object_api_suite_test.go

    	}
    
    	t.Run("compressed", func(t *testing.T) {
    		resetCompressEncryption()
    		enableCompression(t, false)
    		fn(t)
    	})
    
    	t.Run("encrypted", func(t *testing.T) {
    		resetCompressEncryption()
    		enableEncryption(t)
    		fn(t)
    	})
    
    	t.Run("compressed+encrypted", func(t *testing.T) {
    		resetCompressEncryption()
    		enableCompression(t, true)
    		fn(t)
    	})
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 32.3K bytes
    - Viewed (0)
Back to top