AWS documentdb documentation change
Summary
Updated documentation to specify DocumentDB 5.0 version requirements for compression features, added details about dictionary-based compression management, and fixed version-specific references
Security assessment
Changes focus on clarifying version compatibility (5.0) and feature availability rather than addressing security vulnerabilities. While compression can impact storage security indirectly, there's no explicit security context or vulnerability mitigation mentioned in the diff.
Diff
diff --git a/documentdb/latest/developerguide/doc-compression.md b/documentdb/latest/developerguide/doc-compression.md index 9494d194e..8d9cf1d26 100644 --- a//documentdb/latest/developerguide/doc-compression.md +++ b//documentdb/latest/developerguide/doc-compression.md @@ -9 +9 @@ Managing document compressionMonitoring document compression -Amazon DocumentDB collection-level document compression allows you to lower storage and IO costs by compressing the documents in your collections. You can enable document compression at a collection level and view compression metrics as needed by measuring the storage gains through compression metrics such as storage size of compressed documents and compression status. Amazon DocumentDB uses the LZ4 compression algorithm to compress documents. +Amazon DocumentDB 5.0 collection-level document compression allows you to lower storage and IO costs by compressing the documents in your collections. You can enable document compression at a collection level and view compression metrics as needed by measuring the storage gains through compression metrics such as storage size of compressed documents and compression status. Amazon DocumentDB 5.0 uses the LZ4 compression algorithm to compress documents. @@ -13 +13 @@ Amazon DocumentDB supports document compression starting with version 5.0. The f - * **Default behavior** — The default compression setting for new collections on a cluster is determined by the cluster parameter `default_collection_compression`. This parameter is set to “disabled” by default. + * **Default behavior** — The default compression setting for new collections on a 5.0 cluster is determined by the cluster parameter `default_collection_compression`. This parameter is set to “disabled” by default. @@ -39 +39 @@ Amazon DocumentDB document compression is not supported on Amazon DocumentDB ver -Enable document compression while creating a collection onAmazon DocumentDB by using `db.createCollection()` method: +Enable document compression while creating a collection on Amazon DocumentDB 5.0 by using `db.createCollection()` method: @@ -142 +142 @@ Managing indexes -Managing events +Managing dictionary-based compression