From 7264b9aa8c9f0a3c29fe28ce31518fb3edd10ff6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 May 2019 14:29:10 -0400 Subject: [PATCH] tweak wording --- doc/special_remotes/S3.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index cd615cee92..2a1bb5729d 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -82,17 +82,17 @@ the S3 remote. and UUID. This can be specified to pick a bucket name. * `versioning` - Indicate whether the S3 bucket should have versioning - enabled. + enabled. Set to "yes" to enable. - Setting this to "yes" along with "exporttree=yes" + Enabling versioning along with "exporttree=yes" allows git-annex to access old versions of files that were exported to the special remote by [[git-annex export|git-annex-export]]. - And setting this to "yes" along with "importtree=yes" + And enabling versioning along with "importtree=yes" allows [[git-annex import|git-annex-import]] to import the whole history of files in the bucket, synthesizing a series of git commits. - Also note that git-annex does not support dropping content from versioned + Note that git-annex does not support dropping content from versioned S3 buckets, since the versioning preserves the content. * `exporttree` - Set to "yes" to make this special remote usable