1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Adds notes for changes in console v0.35.0 (#980)

Closes #944
This commit is contained in:
Daryl White
2023-08-31 10:08:53 -05:00
committed by GitHub
parent 28e415fd8c
commit c8a0eb1f95

View File

@ -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 <minio-bucket-versioning>`, :ref:`object locking <minio-object-locking>`, bucket size (quota) limits, and :ref:`retention rules <minio-object-locking-retention-modes>` (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.