mirror of
https://github.com/rclone/rclone.git
synced 2025-04-19 18:31:10 +08:00
b2: add a doc comment to the ServerSideEncryption struct
This commit is contained in:
parent
7c9d6480a1
commit
cb60344ac6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user