Skip to content

Commit

Permalink
fix: add CORS for server-side-encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterRao committed Apr 7, 2020
1 parent 0a3c64c commit 449f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ describe('browser', () => {
});

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

0 comments on commit 449f908

Please sign in to comment.