From 7d2a162b1b94aede9b49dbd9448de64bfd559da8 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:44:55 -0500 Subject: [PATCH] Update for MinIO Server RELEASE.2023-08-23T10-07-06Z (#970) Adds new environment variable for defining the duration of a browser session for the MinIO Console. Related PR: https://github.com/minio/minio/pull/17885 --- source/reference/minio-server/minio-server.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/reference/minio-server/minio-server.rst b/source/reference/minio-server/minio-server.rst index c4ef2684..89735369 100644 --- a/source/reference/minio-server/minio-server.rst +++ b/source/reference/minio-server/minio-server.rst @@ -452,6 +452,23 @@ MinIO Console: If you omit this variable, the Console listens and responds to all IP addresses or hostnames associated to the host machine on which the MinIO Server runs. +.. envvar:: MINIO_BROWSER_SESSION_DURATION + + *Optional* + + .. versionadded:: MinIO Server RELEASE.2023-08-23T10-07-06Z + + Specify the duration of a browser session for working with the MinIO Console. + + MinIO supports the following units of time measurement: + + - ``s`` - seconds, "60s" + - ``m`` - minutes, "60m" + - ``h`` - hours, "24h" + - ``d`` - days, "7d" + + Defaults to ``12h``. + .. envvar:: MINIO_SERVER_URL *Optional*