Skip to content

Commit

Permalink
fix: to #50200336 修复uploadPart无法传递headers参数的问 题
Browse files Browse the repository at this point in the history
  • Loading branch information
陈顺刚 committed Jun 16, 2023
1 parent 0b0d55c commit 5b17f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 定时清理测试的bucket
# 每天0点定时清理测试的bucket
name: 'Schdule Delete'

on:
Expand Down
2 changes: 1 addition & 1 deletion test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { env } = process;

const config = module.exports;
const USWEST = 'oss-us-west-1'; // ONCI 用美国硅谷的region速度会快些
console.log('config----', env.ALI_SDK_STS_ROLE, env.ALI_SDK_STS_ROLE.match(/^acs:ram::(\d+):role/i));
console.log('config----', env.ALI_SDK_STS_BUCKET, env.ALI_SDK_OSS_ID, env.ALI_SDK_STS_ROLE, env.ALI_SDK_STS_ROLE.match(/^acs:ram::(\d+):role/i));
config.oss = {
accessKeyId: env.ALI_SDK_OSS_ID,
accessKeySecret: env.ALI_SDK_OSS_SECRET,
Expand Down

0 comments on commit 5b17f86

Please sign in to comment.