Skip to content

Commit 449f908

Browse files
committed
fix: add CORS for server-side-encryption
1 parent 0a3c64c commit 449f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/browser.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ describe('browser', () => {
948948
});
949949

950950
describe('multipartUpload()', () => {
951-
it.skip('should initMultipartUpload with x-oss-server-side-encryption', async () => {
951+
it('should initMultipartUpload with x-oss-server-side-encryption', async () => {
952952
// wait server bucket cors on line, this case need set cors exposed header x-oss-server-side-encryption with bucket
953953
const name = 'multipart-x-oss-server-side-encryption';
954954
const result = await store.initMultipartUpload(name, {

0 commit comments

Comments
 (0)