Skip to content

Commit

Permalink
transfer to ali-sdk/ali-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 25, 2015
1 parent 17fb15d commit 9a2e827
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 25 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: node_js

node_js:
- "iojs-1.3"
- "0.12"
before_install: "npm install"
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
- iojs-1.3
- '0.12'

env:
global:
- secure: QIApsVB9jLtMX5aFPOszqhlEioNkOqjslE2loqAgVxhVgRimzaFyockRSAQzOrP6297hSdUhTfdj3X6ZqitSjfZiEXhVWYs2eGfE2KtPSKGYag5akN3ZiXxqtRL0WKsMD6ihd+h8gT05IZUFZiBoflHmqCqwySseQpwNwDUcWoo=
- secure: d2KTOTdf0QHbTuhcwxnzuO5m1/jJEAx30a3O0xRaxl7nsVRYim9Z2bkUXqFuafU+s92iVkgrL4LEDmTx7lTdZyFtSUpvzzFZJ15LkXg3NedBY8OcA8RD5RGnDGVuru1fAvk2niZ/7GIUR9e9ktrHOG1oPtJ4tbBzWQkS+m1m8hw=

script: npm run test-travis
after_script: npm install coveralls@2 && cat ./coverage/lcov.info | coveralls
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) node_modules and other contributors.
Copyright (c) ali-sdk and other contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ali-oss

[npm-image]: https://img.shields.io/npm/v/ali-oss.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ali-oss
[travis-image]: https://img.shields.io/travis/alibaba/ali-oss.svg?style=flat-square
[travis-url]: https://travis-ci.org/alibaba/ali-oss
[david-image]: https://img.shields.io/david/alibaba/ali-oss.svg?style=flat-square
[david-url]: https://david-dm.org/alibaba/ali-oss
[travis-image]: https://img.shields.io/travis/ali-sdk/ali-oss.svg?style=flat-square
[travis-url]: https://travis-ci.org/ali-sdk/ali-oss
[david-image]: https://img.shields.io/david/ali-sdk/ali-oss.svg?style=flat-square
[david-url]: https://david-dm.org/ali-sdk/ali-oss
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.11-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[iojs-image]: https://img.shields.io/badge/io.js-%3E=_1.0-green.svg?style=flat-square
Expand All @@ -23,7 +23,7 @@ ali-oss

aliyun OSS(open storage service) node client.

Sub module of [ali-sdk](https://github.com/node-modules/ali-sdk).
Sub module of [ali-sdk](https://github.com/ali-sdk/ali-sdk).

## Install

Expand All @@ -33,7 +33,7 @@ npm install ali-oss --save

## Usage

@see [OSS Usage on ali-sdk](https://github.com/node-modules/ali-sdk/blob/master/docs/oss.md)
@see [OSS Usage on ali-sdk](https://github.com/ali-sdk/ali-sdk/blob/master/docs/oss.md)

## TODO

Expand Down
2 changes: 1 addition & 1 deletion lib/bucket.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* ali-oss - lib/bucket.js
*
* Copyright(c) node-modules and other contributors.
* Copyright(c) ali-sdk and other contributors.
* MIT Licensed
*
* Authors:
Expand Down
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* ali-oss - lib/client.js
*
* Copyright(c) node-modules and other contributors.
* Copyright(c) ali-sdk and other contributors.
* MIT Licensed
*
* Authors:
Expand Down
2 changes: 1 addition & 1 deletion lib/object.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* ali-oss - lib/object.js
*
* Copyright(c) node-modules and other contributors.
* Copyright(c) ali-sdk and other contributors.
* MIT Licensed
*
* Authors:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/node-modules/ali-oss.git"
"url": "git://github.com/ali-sdk/ali-oss.git"
},
"keywords": [
"oss",
Expand All @@ -29,9 +29,9 @@
"author": "dead_horse",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-modules/ali-oss/issues"
"url": "https://github.com/ali-sdk/ali-oss/issues"
},
"homepage": "https://github.com/node-modules/ali-oss",
"homepage": "https://github.com/ali-sdk/ali-oss",
"devDependencies": {
"autod": "*",
"co": "*",
Expand Down
2 changes: 1 addition & 1 deletion test/bucket.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* ali-oss - test/bucket.test.js
*
* Copyright(c) node-modules and other contributors.
* Copyright(c) ali-sdk and other contributors.
* MIT Licensed
*
* Authors:
Expand Down
6 changes: 6 additions & 0 deletions test/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var env = process.env;

module.exports = {
accessKeyId: env.ALI_SDK_OSS_ID,
accessKeySecret: env.ALI_SDK_OSS_SECRET
};
4 changes: 0 additions & 4 deletions test/config.json

This file was deleted.

2 changes: 1 addition & 1 deletion test/object.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* ali-oss - test/object.test.js
*
* Copyright(c) node-modules and other contributors.
* Copyright(c) ali-sdk and other contributors.
* MIT Licensed
*
* Authors:
Expand Down
2 changes: 1 addition & 1 deletion test/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
* ali-oss - test/utils.js
*
* Copyright(c) fengmk2 and other contributors.
* Copyright(c) ali-sdk and other contributors.
* MIT Licensed
*
* Authors:
Expand Down

0 comments on commit 9a2e827

Please sign in to comment.