changeset 1270:677a9458c188

Azure AccessTier
author Alain Mazy <am@orthanc.team>
date Wed, 08 Apr 2026 16:00:33 +0200
parents c77e524d1c61
children b590f5a58704 6da8d7920ae0
files Sphinx/source/plugins/object-storage.rst
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst	Fri Apr 03 12:17:30 2026 +0200
+++ b/Sphinx/source/plugins/object-storage.rst	Wed Apr 08 16:00:33 2026 +0200
@@ -212,7 +212,10 @@
     "StorageStructure": "flat",               // see below
     "EnableLegacyUnknownFiles": true,         // optional: see below
     "StorageEncryption" : {},                 // optional: see the section related to encryption
-    "HybridMode": "Disabled"                  // optional: see the section related to Hybrid storage
+    "HybridMode": "Disabled",                 // optional: see the section related to Hybrid storage
+    //"AccessTier": "Hot"                     // optional: allowed values: "Hot", "Cold", "Cool", "Archive", "Premium".
+                                              //           If not set: use the Azure defaults
+                                              //           New in 2.5.2
   }