Commit d82a77e9 authored by qi's avatar qi

更改oss

parent d208dd4b
This diff is collapsed.
...@@ -24,8 +24,8 @@ class TuiaAutoUpload { ...@@ -24,8 +24,8 @@ class TuiaAutoUpload {
var _this = this; var _this = this;
this.client = new OSS({ this.client = new OSS({
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI5tLEo6SbjfmNPmH7Mz3o', accessKeyId: 'LTAI5tAEU43ff2kFkrKRLnxG',
accessKeySecret: '8yZ6nVMg56DEupEEMRl6rz1DcpG2R7', accessKeySecret: '2qQIPVT3Lgp72s8RShDlE4uVNqZWgy',
bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba' bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba'
}); });
this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), { this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), {
......
...@@ -39,8 +39,8 @@ function uploadSingleJs(url) { ...@@ -39,8 +39,8 @@ function uploadSingleJs(url) {
const originPath = `/db_games/${url}/output.js`; const originPath = `/db_games/${url}/output.js`;
var client = new OSS({ var client = new OSS({
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI5tLEo6SbjfmNPmH7Mz3o', accessKeyId: 'LTAI5tAEU43ff2kFkrKRLnxG',
accessKeySecret: '8yZ6nVMg56DEupEEMRl6rz1DcpG2R7', accessKeySecret: '2qQIPVT3Lgp72s8RShDlE4uVNqZWgy',
bucket: 'duiba' bucket: 'duiba'
}) })
var originFile; var originFile;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment