mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Allow Compression + encryption (#11103)
This commit is contained in:
@@ -37,7 +37,7 @@ func md5Header(data []byte) map[string]string {
|
||||
|
||||
// Wrapper for calling PutObject tests for both Erasure multiple disks and single node setup.
|
||||
func TestObjectAPIPutObjectSingle(t *testing.T) {
|
||||
ExecObjectLayerTest(t, testObjectAPIPutObject)
|
||||
ExecExtendedObjectLayerTest(t, testObjectAPIPutObject)
|
||||
}
|
||||
|
||||
// Tests validate correctness of PutObject.
|
||||
|
||||
Reference in New Issue
Block a user