mirror of
https://github.com/rclone/rclone.git
synced 2026-03-27 11:52:41 -04:00
94deb6bd6f b2: Add Server-Side encryption support
From the commit above, without setting SSE, rclone would send invalid
SSE requests with empty strings. This is as omitempty only works with
struct pointers not structs.