b2: add a doc comment to the ServerSideEncryption struct

This commit is contained in:
Fries 2025-03-08 19:59:16 -08:00 committed by Fries
parent 7c9d6480a1
commit cb60344ac6

View File

@ -48,6 +48,7 @@ type LifecycleRule struct {
FileNamePrefix string `json:"fileNamePrefix"`
}
// ServerSideEncryption is a configuration object for B2 Server-Side Encryption
type ServerSideEncryption struct {
Mode string `json:"mode"`
Algorithm string `json:"algorithm"` // Encryption algorith to use