From 4f3c9d7677b6fb563fb636ed1f32047713a0697c Mon Sep 17 00:00:00 2001 From: Dee Koder Date: Wed, 21 Aug 2019 16:10:59 -0700 Subject: [PATCH] Update doc with Object Tagging not supported (#8116) --- docs/minio-limits.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/minio-limits.md b/docs/minio-limits.md index 02b761cc3..a0aaefbb2 100644 --- a/docs/minio-limits.md +++ b/docs/minio-limits.md @@ -52,6 +52,7 @@ We found the following APIs to be redundant or less useful outside of AWS S3. If - ObjectACL (Use [bucket policies](https://docs.min.io/docs/minio-client-complete-guide#policy) instead) - ObjectTorrent - ObjectVersions +- ObjectTagging ### Object name restrictions on MinIO Object names that contain characters `^*|\/&";` are unsupported on Windows and other file systems which do not support filenames with these characters. Note that this list is not exhaustive, and depends on the maintainers of the filesystem itself.