From c6163bbc5443d5d56ee9234516f224bc1bc9d980 Mon Sep 17 00:00:00 2001
From: Milan <milan.danecek@gmail.com>
Date: Thu, 10 Aug 2023 21:52:53 +0200
Subject: [PATCH] Change S3 service description

---
 object-storage/s3-service.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/object-storage/s3-service.md b/object-storage/s3-service.md
index 2888742..7febb53 100644
--- a/object-storage/s3-service.md
+++ b/object-storage/s3-service.md
@@ -43,6 +43,8 @@ Your data is stored in three copies in the data center. In case one copy is corr
 ### Erasure Coding (EC)
 Erasure coding (EC) is a data protection method. It is similar to the dynamic RAID known from disk arrays. Erasure coding (EC) is a method where data is divided into individual fragments, which are then stored with some redundancy across the data storage. Therefore, if some disks (or the entire storage server) fail, the data is still accessible and will be restored in the background. So it is not possible for your data to be on one disk that gets damaged and you lose your data.
 
+???+ note "Suitable for?"
+    Suitable, for example, for storing large data volumes.
 
 
 
-- 
GitLab