From 48218272cceb2d6cf2d1a59e44e5bf13aee69d9f Mon Sep 17 00:00:00 2001 From: kannappanr <30541348+kannappanr@users.noreply.github.com> Date: Sat, 3 Feb 2018 06:27:40 -0800 Subject: [PATCH] Document object name limitations on Windows (#5491) Fixes #5161 --- docs/minio-limitations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/minio-limitations.md b/docs/minio-limitations.md index c3aeb1d4d..15893ee45 100644 --- a/docs/minio-limitations.md +++ b/docs/minio-limitations.md @@ -48,3 +48,7 @@ We found the following APIs to be redundant or less useful outside of AWS S3. If - ObjectACL (Use [bucket policies](http://docs.minio.io/docs/minio-client-complete-guide#policy) instead) - ObjectTorrent + +### 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.