Disable redundant compression in gpg

This commit is contained in:
Hannes Körber
2019-05-20 22:42:30 +02:00
parent 8ce34adf83
commit dbfe888b8b

View File

@@ -66,6 +66,7 @@ timestamp="$(date --utc -Iseconds)"
| tmpgpg \
--output - \
--encrypt \
--compress-algo none \
--recipient "${gpg_pubkey_id}" \
| aws \
s3 cp \