From c8a0eb1f956a29ef9e81960a952f52d07ee14b5c Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:08:53 -0500 Subject: [PATCH] Adds notes for changes in console v0.35.0 (#980) Closes #944 --- source/administration/console/managing-objects.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/administration/console/managing-objects.rst b/source/administration/console/managing-objects.rst index aabf89bc..8065b4e3 100644 --- a/source/administration/console/managing-objects.rst +++ b/source/administration/console/managing-objects.rst @@ -53,6 +53,11 @@ Example actions the user may be able to perform include: View the status of uploading or downloading objects with the object manager button available on the top right corner of the Console. If you have not uploaded or downloaded any objects during the current session, the button does not appear. +.. versionchanged:: Console v0.35.0 + + If you select multiple objects to download, MinIO creates a ZIP archive of those objects for downloading. + You must unzip or uncompress this archive after downloading to access the files. + .. _minio-console-buckets: .. _minio-console-admin-buckets: @@ -75,6 +80,10 @@ However, MinIO recommends no more than 500,000 buckets per deployment as a gener While creating a bucket, you can enable :ref:`versioning `, :ref:`object locking `, bucket size (quota) limits, and :ref:`retention rules ` (which require versioning). +.. versionchanged:: Console v0.35.0 + + If you enable versioning, you can specify prefixes to exclude from versioning. + You **must** configure replication, locking, and versioning options at the time of bucket creation. You cannot change these settings for the bucket later.