You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodePush Server is a CodePush progam server! microsoft CodePush cloud is slow in China, we can use this to build our's. I use [qiniu](http://www.qiniu.com/) to store the files, because it's simple and quick! Or you can use [local/s3/oss] storage, just modify config.js file, it's simple configure.
14
+
CodePush Server is a CodePush progam server! microsoft CodePush cloud is slow in China, we can use this to build our's. I use [qiniu](http://www.qiniu.com/) to store the files, because it's simple and quick! Or you can use [local/s3/oss/tencentcloud] storage, just modify config.js file, it's simple configure.
15
+
16
+
## Support Storage mode
17
+
18
+
- local *storage bundle file in local machine*
19
+
- qiniu *storage bundle file in [qiniu](http://www.qiniu.com/)*
20
+
- s3 *storage bundle file in [aws](https://aws.amazon.com/)*
21
+
- oss *storage bundle file in [aliyun](https://www.aliyun.com/product/oss)*
22
+
- tencentcloud *storage bundle file in [tencentcloud](https://cloud.tencent.com/product/cos)*
0 commit comments