mirror of
https://github.com/minio/minio.git
synced 2026-02-09 12:20:15 -05:00
Add support for sse-s3 encryption with vault as KMS. Also refactoring code to make use of headers and functions defined in crypto package and clean up duplicated code.
6 lines
130 B
Go
6 lines
130 B
Go
/*
|
|
Package sockaddr is a Go implementation of the UNIX socket family data types and
|
|
related helper functions.
|
|
*/
|
|
package sockaddr
|