From f7e7f6f045ea8539ca58a73cfba310cf9d35945a Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 21 Mar 2021 21:54:16 +0100
Subject: [PATCH] Remove docs about MinIO

---
 docs/admin/05_storage.rst | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/docs/admin/05_storage.rst b/docs/admin/05_storage.rst
index 4fab1627b..6c03b1714 100644
--- a/docs/admin/05_storage.rst
+++ b/docs/admin/05_storage.rst
@@ -36,23 +36,3 @@ endpoint in your configuration file (`/etc/aleksis/aleksis.toml`)::
   gzip = true
   signature_version = None
   file_overwrite = false
-
-MinIO
-=====
-
-MinIO can be deployed in a Kubernetes cluster or on bare metal servers. For
-more information see https://min.io/.
-
-After you installed your MinIO server you have to create buckets for your
-AlekSIS instance. In this example we use the MinIO client so you have to install
-mc for your operating system (https://docs.min.io/minio/baremetal/reference/minio-cli/minio-mc.html)::
-
-  # Create alias
-  mc alias set aleksis http://my-minio-server:9000 ACCESS_KEY SECRET_KEY
-  # Create buckets
-  mc mb aleksis/aleksis-media
-  # Make bucket available
-  mc policy set public aleksis/aleksis-media
-
-
-For more information please see https://pypi.org/project/django-s3-storage/
-- 
GitLab