From f287b15e717832c737178e711ec2510c1bbec6d1 Mon Sep 17 00:00:00 2001 From: Eco <41090896+eco-minio@users.noreply.github.com> Date: Mon, 22 Oct 2018 21:00:46 -0700 Subject: [PATCH] docs/minio-limits.md formatting (#6683) Formatted docs to show missing "\" character, added "/" to list of unsupported chars and made note of the fact that list is not exhaustive. --- 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 afdc4e2fd..2b35b05c2 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. +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.