├── History.md ├── LICENSE └── README.md /History.md: -------------------------------------------------------------------------------- 1 | # v2.0.0 / 2016.07.23 2 | 3 | * move project to https://github.com/upyun/node-sdk 4 | 5 | # v1.1.1 / 2014.11.26 6 | 7 | * deps: upyun-legacy@0.4.0: fix result when listing a empty dir 8 | 9 | # v1.1.0 / 2014.11.23 10 | 11 | * deps: upyun-legacy@0.3.0: add request_id in error output 12 | 13 | # v1.0.0 / 2014.09.30 14 | 15 | * feature: add api version switch 16 | * deps: upyun-legacy@~0.2.2 17 | * chore: use jshint 18 | * chore: add .editorconfig 19 | * test: add api version switch tests 20 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | Copyright (c) 2014 Leigh Zhu 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy 5 | of this software and associated documentation files (the "Software"), to deal 6 | in the Software without restriction, including without limitation the rights 7 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the Software is 9 | furnished to do so, subject to the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be included in all 12 | copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 18 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 19 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 20 | OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # node-upyun !!!Deprecated 2 | 3 | new project: https://github.com/upyun/node-sdk 4 | 5 | 6 | --------------------------------------------------------------------------------