From: Kefu Chai Date: Wed, 25 Mar 2020 04:16:16 +0000 (+0800) Subject: doc/releases/octopus: fix indents X-Git-Tag: v16.1.0~2809^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7e6c73604828ac515a6e9fc6d04dad784ebf7b9;p=ceph.git doc/releases/octopus: fix indents reduce the indent in subsection of "RGW object storage", some of the nested items should be indented with two spaces instead of four. Signed-off-by: Kefu Chai --- diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index 97ceea983603..2ca36710c1ca 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -144,15 +144,19 @@ RGW object storage * New `Multisite Sync Policy`_ primitives for per-bucket replication. (EXPERIMENTAL) * S3 feature support: - - Bucket Replication (EXPERIMENTAL) - - `Bucket Notifications`_ via HTTP/S, AMQP and Kafka - - Bucket Tagging - - Object Lock - - Public Access Block for buckets + + - Bucket Replication (EXPERIMENTAL) + - `Bucket Notifications`_ via HTTP/S, AMQP and Kafka + - Bucket Tagging + - Object Lock + - Public Access Block for buckets + * Bucket sharding: - - Significantly improved listing performance on buckets with many shards. - - Dynamic resharding prefers prime shard counts for improved distribution. - - Raised the default number of bucket shards to 11. + + - Significantly improved listing performance on buckets with many shards. + - Dynamic resharding prefers prime shard counts for improved distribution. + - Raised the default number of bucket shards to 11. + * Added `HashiCorp Vault Integration`_ for SSE-KMS. * Added Keystone token cache for S3 requests.