minio/cmd/gateway/oss
Anis Elleuch b05825ffe8 s3: Fix precondition failed in CopyObjectPart when src is encrypted (#7276)
CopyObject precondition checks into GetObjectReader
in order to perform SSE-C pre-condition checks using the
last 32 bytes of encrypted ETag rather than the decrypted
ETag

This also necessitates moving precondition checks for
gateways to gateway layer rather than object handler check
2019-03-06 12:38:41 -08:00
..
gateway-oss.go s3: Fix precondition failed in CopyObjectPart when src is encrypted (#7276) 2019-03-06 12:38:41 -08:00
gateway-oss_test.go Introduce staticcheck for stricter builds (#7035) 2019-02-13 18:29:36 +05:30