From 63e75b71f80d0e24953ac4dc460302154caef5d9 Mon Sep 17 00:00:00 2001 From: Soxofaan Date: Sat, 28 Mar 2020 10:41:53 +0000 Subject: [PATCH] removed duplicate "encryption=none" in initremote command --- doc/tips/publishing_your_files_to_the_public.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/publishing_your_files_to_the_public.mdwn b/doc/tips/publishing_your_files_to_the_public.mdwn index fcc21f7051..5716e15823 100644 --- a/doc/tips/publishing_your_files_to_the_public.mdwn +++ b/doc/tips/publishing_your_files_to_the_public.mdwn @@ -17,7 +17,7 @@ remote for the first time. Set up your special [[S3 remote|special_remotes/S3]] with (at least) these options: - git annex initremote public-s3 type=s3 encryption=none bucket=$BUCKET exporttree=yes public=yes encryption=none + git annex initremote public-s3 type=s3 encryption=none bucket=$BUCKET exporttree=yes public=yes Be sure to replace $BUCKET with something like "public-bucket-joey" when you follow along in your shell.