Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Jan 12, 2012
1 parent 9160527 commit 511bc71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 511bc71

Please sign in to comment.