From d9349cb736d9bb0fe829a6b1027c6a071ce837a3 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Thu, 4 Apr 2024 17:59:05 +0000 Subject: [PATCH] Update collections/tech/qsss/s3_interface.md added minio guide --- collections/tech/qsss/s3_interface.md | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/collections/tech/qsss/s3_interface.md b/collections/tech/qsss/s3_interface.md index 1d34eea..948f415 100644 --- a/collections/tech/qsss/s3_interface.md +++ b/collections/tech/qsss/s3_interface.md @@ -1,14 +1,14 @@ -# S3 Service - -If you like an S3 interface you can deploy this on top of our eVDC, it works very well together with our [quantumsafe_filesystem](qss_filesystem.md). - -A good opensource solution delivering an S3 solution is [min.io](https://min.io/). - -Thanks to our quantum safe storage layer, you could build fast, robust and reliable storage and archiving solutions. - -A typical setup would look like: - -![](img/storage_architecture_1.jpg) - -> TODO: link to manual on cloud how to deploy minio, using helm (3.0 release) - +# S3 Service + +If you like an S3 interface you can deploy this on top of our eVDC, it works very well together with our [quantumsafe_filesystem](qss_filesystem.md). + +A good opensource solution delivering an S3 solution is [min.io](https://min.io/). + +Thanks to our quantum safe storage layer, you could build fast, robust and reliable storage and archiving solutions. + +A typical setup would look like: + +![](img/storage_architecture_1.jpg) + +To deploy MinIO using Helm 3, you can consult [this guide](https://forum.threefold.io/t/minio-operator-with-helm-3/4294). +