Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warmsea/node-nos-sdk
Node.js SDK for Netease cloud Object Storage service.
https://github.com/warmsea/node-nos-sdk
Last synced: 2 months ago
JSON representation
Node.js SDK for Netease cloud Object Storage service.
- Host: GitHub
- URL: https://github.com/warmsea/node-nos-sdk
- Owner: warmsea
- License: mit
- Created: 2014-09-20T09:28:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T12:43:47.000Z (about 10 years ago)
- Last Synced: 2024-09-24T22:26:52.150Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - node-nos-sdk
README
node-nos-sdk
============**node-nos-sdk** is a Node.js SDK for NOS.
Install
-------```bash
npm install nos-sdk
```Change Log
----------### 2015-01-13 v0.2.4 ###
* Add operation `deleteObject`.
### 2015-01-01 v0.2.3 ###
* Make "rfr" bundled dependency. And HAPPY NEW YEAR!
### 2014-12-11 v0.2.2 ###
* Add input member `ContentType` to operation `InitiateMultipartUpload`.
### 2014-12-10 v0.2.1 ###
* Bug fixes.
### 2014-12-08 v0.2.0 ###
* Read HTTP response body before callback.
### 2014-12-05 v0.1.3 ###
* Add operations: `InitiateMultipartUpload`, `uploadPart`,
`completeMultipartUpload`, `abortMultipartUpload`, `listParts`.### 2014-12-02 v0.1.2 ###
* Add sub-resource authorization support.
### 2014-12-01 v0.1.1 ###
* Bug fixes.
### 2014-11-30 v0.1.0 ###
* Add operation: `PutObject`.