File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/functional/aws-node-sdk/test/versioning Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,7 @@ describe('Object Version Copy', () => {
435435 assert . strictEqual ( body , content ) ;
436436 } ) ;
437437
438+ // skipping test as object level encryption is not implemented yet
438439 it . skip ( 'should copy an object and change the server side encryption' +
439440 'option if server side encryption header provided' , async ( ) => {
440441 await s3 . send ( new CopyObjectCommand ( { Bucket : destBucketName , Key : destObjName ,
@@ -781,6 +782,8 @@ describe('Object Version Copy', () => {
781782 }
782783 } ) ;
783784
785+ // Skipping this test, because real AWS does not provide error as
786+ // expected
784787 it . skip ( 'If-Match match & If-Modified-Since not match' , async ( ) => {
785788 await requestCopy ( { CopySourceIfMatch : etagTrim , CopySourceIfModifiedSince : dateFromNow ( 1 ) } ) ;
786789 } ) ;
You can’t perform that action at this time.
0 commit comments