We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3c64c commit 449f908Copy full SHA for 449f908
test/browser/browser.test.js
@@ -948,7 +948,7 @@ describe('browser', () => {
948
});
949
950
describe('multipartUpload()', () => {
951
- it.skip('should initMultipartUpload with x-oss-server-side-encryption', async () => {
+ it('should initMultipartUpload with x-oss-server-side-encryption', async () => {
952
// wait server bucket cors on line, this case need set cors exposed header x-oss-server-side-encryption with bucket
953
const name = 'multipart-x-oss-server-side-encryption';
954
const result = await store.initMultipartUpload(name, {
0 commit comments