Skip to content

Commit

Permalink
remove oss endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 2, 2023
1 parent 132ae12 commit 210e916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clientDependencies/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exports.download = async function (ossPath, saveDir, fileName) {
exports.oss = {
getOSSIns: () => {
return new OSS({
endpoint: 'cn-hangzhou-alipay-b-internal.oss-internal.aliyun-inc.com',
endpoint: process.env.OSS_ENDPOINT,
accessKeyId: process.env.OSS_ACCESS_KEY_ID || process.env.ACI_VAR_OSS_ACCESS_KEY_ID,
accessKeySecret: process.env.OSS_ACCESS_KEY_SECRET || process.env.ACI_VAR_OSS_ACCESS_KEY_SECRET,
bucket: 'antsys-obodc-build',
Expand Down

0 comments on commit 210e916

Please sign in to comment.