]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Tidy up description wording and spelling 22599/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Mon, 18 Jun 2018 15:34:42 +0000 (08:34 -0700)
committerAnthony D'Atri <anthony.datri@gmail.com>
Thu, 8 Nov 2018 21:35:04 +0000 (13:35 -0800)
doc: Tidied up cloud sync module description paragraph wording and spelling.
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
doc/radosgw/cloud-sync-module.rst

index 1e62cdd31dafb0c603392ca9f815705b130cf36f..6fbf20b4bbc09f047201f77e0f3325a47827c13a 100644 (file)
@@ -4,21 +4,17 @@ Cloud Sync Module
 
 .. versionadded:: Mimic
 
-This sync module sync zone data to a remote cloud service. The sync is unidirectional,
-and data is not synced from the remote zone back. The aim of this sync module is to
-provide capability of syncing data to different cloud providers. Currently the supported
-cloud providers are ones that are compatible with AWS (S3).
-
-A user for the remote cloud object store service needs to be configured. Sync operations will
-be done under that specified user. Since different cloud services impose limits on the number
-of buckets that each user can create, the source objects and buckets will be mapped into a
-different (configurable) buckets and objects. It is possible to configure different targets
-to different buckets and bucket prefixes. In addition to that, source ACLs will not be preserved.
-It is possible to map permission to specific source users to a specific destination users.
-
-Due to API limitations, there is no way to preserve original objects modification time, and
-ETag. The cloud sync module stores these in a separate metadata attributes on the destination
-objects.
+This module syncs zone data to a remote cloud service. The sync is unidirectional; data is not synced back from the
+remote zone. The goal of this module is to enable syncing data to multiple cloud providers. The currently supported
+cloud providers are those that are compatible with AWS (S3).
+
+User credentials for the remote cloud object store service need to be configured. Since many cloud services impose limits
+on the number of buckets that each user can create, the mapping of source objects and buckets is configurable.
+It is possible to configure different targets to different buckets and bucket prefixes. Note that source ACLs will not
+be preserved. It is possible to map permissions of specific source users to specific destination users.
+
+Due to API limitations there is no way to preserve original object modification time and ETag. The cloud sync module 
+stores these as metadata attributes on the destination objects.