Skip to content

Commit

Permalink
feat: add signatureUrl refreshSTSToken and init refreshSTSToken
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao7 committed Dec 7, 2021
1 parent e08d6ac commit fb89dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/object.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ describe('test/object.test.js', () => {
assert.equal(typeof object.res.headers['x-oss-request-id'], 'string');
});

it.only('should signature use setSTSToken', async () => {
it('should signature use setSTSToken', async () => {
const stsClient = sts(stsConfig);
const policy = {
Statement: [
Expand Down

0 comments on commit fb89dfe

Please sign in to comment.