mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00: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.