# HG changeset patch # User Benoit Crickboom # Date 1725018405 -7200 # Node ID ceeab11899ee97ed2d5800e0d4d999324e91c115 # Parent 92f294db6a8458b5ed631e1dfbe70caa7a6bb3f8 typo (bc s first commit) diff -r 92f294db6a84 -r ceeab11899ee Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Mon Aug 26 11:43:25 2024 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Fri Aug 30 13:46:45 2024 +0200 @@ -198,7 +198,7 @@ "MigrationFromFileSystemEnabled": false, // see below "StorageStructure": "flat", // see below "EnableLegacyUnknownFiles": true, // optional: see below - "StorageEncryption" : {} // optional: see the section related to encryption + "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled" // optional: see the section related to Hybrid storage } @@ -215,7 +215,7 @@ "MigrationFromFileSystemEnabled": false, // see below "StorageStructure": "flat", // see below "EnableLegacyUnknownFiles": true, // optional: see below - "StorageEncryption" : {} // optional: see the section related to encryption + "StorageEncryption" : {}, // optional: see the section related to encryption "HybridMode": "Disabled" // optional: see the section related to Hybrid storage }