package
7.0.6
Repository: https://github.com/endlesscheng/minio-go.git
Documentation: pkg.go.dev

# Functions

NewSSE returns a server-side-encryption using S3 storage encryption.
NewSSEC returns a new server-side-encryption using SSE-C and the provided key.
NewSSEKMS returns a new server-side-encryption using SSE-KMS and the provided Key Id and context.
SSE transforms a SSE-C copy encryption into a SSE-C encryption.
SSECopy transforms a SSE-C encryption into a SSE-C copy encryption.

# Constants

KMS represents server-side-encryption with managed keys.
S3 represents server-side-encryption using S3 storage encryption.
SSEC represents server-side-encryption with customer provided keys.

# Variables

DefaultPBKDF is the default PBKDF.

# Interfaces

ServerSide is a form of S3 server-side-encryption.

# Type aliases

PBKDF creates a SSE-C key from the provided password and salt.
Type is the server-side-encryption method.