From 88959ce6005a9d932ce1e5a6d2d4d7050bc04c31 Mon Sep 17 00:00:00 2001 From: Eco <41090896+eco-minio@users.noreply.github.com> Date: Tue, 6 Nov 2018 14:50:11 -0800 Subject: [PATCH] Format correction in server limits doc (#6773) --- docs/minio-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/minio-limits.md b/docs/minio-limits.md index 2b35b05c2..b60753b14 100644 --- a/docs/minio-limits.md +++ b/docs/minio-limits.md @@ -53,4 +53,4 @@ We found the following APIs to be redundant or less useful outside of AWS S3. If - ObjectVersions ### 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. +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.