MCPcopy
hub / github.com/minio/minio-go / NewSSE

Function NewSSE

pkg/encrypt/server-side.go:97–97  ·  view source on GitHub ↗

NewSSE returns a server-side-encryption using S3 storage encryption. Using SSE-S3 the server will encrypt the object with server-managed keys.

()

Source from the content-addressed store, hash-verified

95// NewSSE returns a server-side-encryption using S3 storage encryption.
96// Using SSE-S3 the server will encrypt the object with server-managed keys.
97func NewSSE() ServerSide { return s3{} }
98
99// NewSSEKMS returns a new server-side-encryption using SSE-KMS and the provided Key Id and context.
100func NewSSEKMS(keyID string, context interface{}) (ServerSide, error) {

Calls

no outgoing calls

Tested by 1

TestCoreMultipartUploadFunction · 0.74