mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
* Refactor Store interface to reflect operations SOPS performs Previously the Store interface tried to mimic the Marshaler and Unmarshaler interfaces. This was a mistake, as it meant Stores had no idea whether the files they were loading were encrypted or not. Partially fixes #334 * Add regression test for loading plain JSON file with binary store