mirror of
https://github.com/minio/minio.git
synced 2026-02-10 04:40:14 -05:00
Allow Compression + encryption (#11103)
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
|
||||
// Wrapper for calling GetObject tests for both Erasure multiple disks and single node setup.
|
||||
func TestGetObject(t *testing.T) {
|
||||
ExecObjectLayerTest(t, testGetObject)
|
||||
ExecExtendedObjectLayerTest(t, testGetObject)
|
||||
}
|
||||
|
||||
// ObjectLayer.GetObject is called with series of cases for valid and erroneous inputs and the result is validated.
|
||||
|
||||
Reference in New Issue
Block a user