mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
remove the unused code for decrypting io.Writer (#8277)
This commit removes unused code for decrypting `io.Writer` since the actual implementation only decrypts `io.Reader`
This commit is contained in:
committed by
Nitish Tiwari
parent
a9d724120f
commit
b823d6d7bd
@@ -185,7 +185,7 @@ var containsReservedMetadataTests = []struct {
|
||||
shouldFail: true,
|
||||
},
|
||||
{
|
||||
header: http.Header{crypto.SSESealAlgorithm: []string{SSESealAlgorithmDareSha256}},
|
||||
header: http.Header{crypto.SSESealAlgorithm: []string{crypto.InsecureSealAlgorithm}},
|
||||
shouldFail: true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user