From 511bc71b23f71d1a33fcc912bb289310487e7a56 Mon Sep 17 00:00:00 2001 From: James Chen Date: Thu, 12 Jan 2012 14:27:18 +0900 Subject: [PATCH] known issues --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4217a55..e92ddea 100644 --- a/README.md +++ b/README.md @@ -86,17 +86,23 @@ To list files under root (bucket), pass null in as the first parameter: console.log("bucket space used: " + data); }); -## Run Tests +## Run tests BUCKET=yourtestbucket USER=yourusername PASSWORD=yourpassword npm test yourtestbucket should exist. It's better to create a test only bucket for this. +## Known issues + + * none-ascii character file path sign error + * binary content upload/download not working + ## Todo upyun.com provides two auth methods: HTTP Basic Auth and Sign Auth. For the time being, node-upyun supports Sign Auth only. * fix chinese file path issue + * fix binary upload/download issue * support HTTP Basic Auth ## LICENSE