Document object name limitations on Windows (#5491)

Fixes #5161
This commit is contained in:
kannappanr 2018-02-03 06:27:40 -08:00 committed by Nitish Tiwari
parent 0c880bb852
commit 48218272cc

View File

@ -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) - ObjectACL (Use [bucket policies](http://docs.minio.io/docs/minio-client-complete-guide#policy) instead)
- ObjectTorrent - 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.