Skip to content

Commit

Permalink
feat: add data indexing API
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Aug 13, 2024
1 parent 6fcf079 commit 8dcdfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,7 @@ describe('browser', () => {
// const result = await store.multipartUpload(name, file, {
// partSize: 100 * 1024,
// callback: {
// url: callbackServer,
// url: stsConfig.callbackServer,
// host: 'oss-cn-hangzhou.aliyuncs.com',
// body: 'bucket=${bucket}&object=${object}&var1=${x:var1}',
// contentType: 'application/x-www-form-urlencoded',
Expand All @@ -1828,7 +1828,7 @@ describe('browser', () => {
// }
// });
// assert.equal(result.res.status, 200);
// assert.equal(result.data.Status, 'OK');
// assert.equal(result.data.object, name);
// });

// TODO fix callback server
Expand Down

0 comments on commit 8dcdfe0

Please sign in to comment.