diff --git a/object-storage/s3-service.md b/object-storage/s3-service.md
index 28887429f000d675657157b233f4a2f3ccc5b11f..7febb53fb5c3b62154adb5a1e6dc0aae889eaf0d 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.