1
0
mirror of https://github.com/minio/minio.git synced 2025-03-25 23:10:57 -04:00
Andreas Auernhammer 758a80e39b crypto: add basic functionality for parsing SSE-C headers ()
This commit adds basic support for SSE-C / SSE-C copy.
This includes functions for determining whether SSE-C
is requested by the S3 client and functions for parsing
such HTTP headers.

All S3 SSE-C parsing errors are exported such that callers
can pattern-match to forward the correct error to S3
clients.

Further the SSE-C related internal metadata entry-keys
are added by this commit.
2018-07-18 10:49:26 -07:00
..