Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 修复问题
Browse files Browse the repository at this point in the history
JackySoft committed Oct 24, 2024
1 parent b36a4e4 commit 5d954db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/koa/utils/util.js
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ module.exports = {
endpoint: config.OSS_ENDPOINT,
};

let bucket = config.OSS_BUCKET;
let bucket = config.OSS_BUCKET1;
let object = `libs/${fileName}`;
let client = new sdk.BosClient(ossConfig);

0 comments on commit 5d954db

Please sign in to comment.