mirror of https://github.com/minio/minio.git
This commit refactors the code in `cmd/crypto`
and separates SSE-S3, SSE-C and SSE-KMS.
This commit should not cause any behavior change
except for:
- `IsRequested(http.Header)`
which now returns the requested type {SSE-C, SSE-S3,
SSE-KMS} and does not consider SSE-C copy headers.
However, SSE-C copy headers alone are anyway not valid.
|
||
|---|---|---|
| .. | ||
| stats | ||
| close.go | ||
| dial_dnscache.go | ||
| dial_dnscache_test.go | ||
| dial_linux.go | ||
| dial_others.go | ||
| headers.go | ||
| listen_nix.go | ||
| listen_others.go | ||
| listener.go | ||
| listener_test.go | ||
| server.go | ||
| server_test.go | ||