From 554ee3f5d58b11efba30b25e5ded97b0de431232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 29 Sep 2020 23:33:57 +0200 Subject: [PATCH] drop --no-use-agent flag that has no effect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- templates/s3cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/s3cfg.j2 b/templates/s3cfg.j2 index 14c52e7..8998a02 100644 --- a/templates/s3cfg.j2 +++ b/templates/s3cfg.j2 @@ -23,8 +23,8 @@ follow_symlinks = False force = False get_continue = False gpg_command = /usr/bin/gpg -gpg_decrypt = %(gpg_command)s -d --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s -gpg_encrypt = %(gpg_command)s -c --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s +gpg_decrypt = %(gpg_command)s -d --verbose --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s +gpg_encrypt = %(gpg_command)s -c --verbose --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s guess_mime_type = True human_readable_sizes = False invalidate_default_index_on_cf = False