]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: rgw release notes for pacific
authorCasey Bodley <cbodley@redhat.com>
Mon, 29 Mar 2021 19:15:08 +0000 (15:15 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 31 Mar 2021 15:44:11 +0000 (11:44 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
doc/radosgw/s3select.rst
doc/releases/pacific.rst

index 4f89e5ca590a966ecce9be43df0b441a464477ea..f79894a2c0ef8de5875aac9842a4afc286e1a7d1 100644 (file)
@@ -44,7 +44,7 @@ Basic functionalities
     | **S3select** has a definite set of functionalities that should be implemented (if we wish to stay compliant with AWS), currently only a portion of it is implemented.
     
     | The implemented software architecture supports basic arithmetic expressions, logical and compare expressions, including nested function calls and casting operators, that alone enables the user reasonable flexibility. 
-    | review the below feature-table_.
+    | review the below s3-select-feature-table_.
 
 
 Error Handling
@@ -56,10 +56,10 @@ Error Handling
 
 
 
+.. _s3-select-feature-table:
 
 Features Support
 ----------------
-.. _feature-table:
 
   | Currently only part of `AWS select command <https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-select-sql-reference-select.html>`_ is implemented, table below describes what is currently supported.
   | The following table describes the current implementation for s3-select functionalities:
index b946b0a79f7f62b2352343b9a4288de3cb7c29fa..0a922664ce5b6462ba8d73a9942f737b92268398 100644 (file)
@@ -133,6 +133,20 @@ RBD block storage
 RGW object storage
 ~~~~~~~~~~~~~~~~~~
 
+* Initial support for S3 Select. See :ref:`s3-select-feature-table` for supported queries.
+
+* Bucket notification topics can be configured as ``persistent``, where events
+  are recorded in rados for reliable delivery.
+
+* Bucket notifications can be delivered to SSL-enabled AMQP endpoints.
+
+* Lua scripts can be run during requests and access their metadata.
+
+* SSE-KMS now supports KMIP as a key management service.
+
+* Multisite data logs can now be deployed on ``cls_fifo`` to avoid large omap
+  cluster warnings and make their trimming cheaper. See ``rgw_data_log_backing``.
+
 
 CephFS distributed file system
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~