mirror of
https://github.com/minio/docs.git
synced 2026-01-04 02:44:36 +03:00
Server updates (#1173)
## Server release RELEASE.2024-03-26T22-10-45Z
- Adding info about node dashboard for Grafana.
- Also updates links to JSON files for other dashboards that were
incorrect.
*no related docs issue*
## Not a server release, but fixes:
- Corrects information about JSON policy file size limits.
- Adds information about limit on tags per object.
Closes #1134
## Server RELEASE.2024-03-21T23-13-43Z
- Adds new `user` envvar and config for REDIS notifications
- Simplifies and updates discussion of encryption keys for SSE
Closes #1169
This commit is contained in:
@@ -174,6 +174,7 @@ Set Tags on Uploaded Objects
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The following command creates an object on a MinIO deployment with an ALIAS of ``myminio`` in bucket ``mybucket`` with two tags.
|
||||
MinIO supports adding up to 10 custom tags to an object.
|
||||
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
@@ -27,6 +27,8 @@ The :mc:`mc tag set` command sets one or more tags to a bucket or object.
|
||||
|
||||
.. end-mc-tag-set-desc
|
||||
|
||||
MinIO supports adding up to 10 custom tags to an object.
|
||||
|
||||
.. tab-set::
|
||||
|
||||
.. tab-item:: EXAMPLE
|
||||
|
||||
@@ -20,6 +20,8 @@ The :mc:`mc tag` command adds, removes, and lists tags associated to a bucket or
|
||||
|
||||
.. end-mc-tag-desc
|
||||
|
||||
MinIO supports adding up to 10 custom tags to an object.
|
||||
|
||||
Subcommands
|
||||
-----------
|
||||
|
||||
|
||||
@@ -214,6 +214,29 @@ Specify the password for the Redis server.
|
||||
|
||||
MinIO redacts this value when returned as part of :mc-cmd:`mc admin config get`.
|
||||
|
||||
User
|
||||
~~~~
|
||||
|
||||
*Optional*
|
||||
|
||||
.. versionadded:: RELEASE.2024-03-21T23-13-43Z
|
||||
|
||||
.. tab-set::
|
||||
|
||||
.. tab-item:: Environment Variable
|
||||
:sync: envvar
|
||||
|
||||
.. envvar:: MINIO_NOTIFY_REDIS_USER
|
||||
|
||||
.. tab-item:: Configuration Setting
|
||||
:sync: config
|
||||
|
||||
.. mc-conf:: notify_redis user
|
||||
:delimiter: " "
|
||||
|
||||
|
||||
Specify the user for the Redis server.
|
||||
|
||||
Queue Directory
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user