From cf65be569c3394b4400b327ae2160b71b24a3b7a Mon Sep 17 00:00:00 2001 From: Dmitry Romanov <romanovda@gmail.com> Date: Thu, 10 Jun 2021 11:45:00 -0400 Subject: [PATCH] S3 related edits --- docs/howto/s3_file_storage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/s3_file_storage.rst b/docs/howto/s3_file_storage.rst index fddd6fa..3f09c94 100644 --- a/docs/howto/s3_file_storage.rst +++ b/docs/howto/s3_file_storage.rst @@ -1,5 +1,5 @@ -S3 access -========= +S3 file storage +=============== To share files S3 (Simple Storage Service) is used. In this tutorial we use `MinIO client <https://docs.min.io/docs/minio-client-quickstart-guide.html>` to work with it. -- GitLab