Skip to content

Commit

Permalink
change in multiobjectdelete
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Tovar committed Jul 25, 2023
1 parent 41df075 commit f1362de
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 250 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"homepage": "https://github.com/scality/S3#readme",
"dependencies": {
"@hapi/joi": "^17.1.0",
"ansi-colors": "^4.1.3",
"arsenal": "git+https://github.com/scality/arsenal#7.10.43",
"async": "~2.5.0",
"aws-sdk": "2.905.0",
Expand All @@ -34,6 +35,7 @@
"level-mem": "^5.0.1",
"moment": "^2.26.0",
"npm-run-all": "~4.1.5",
"nyc": "^15.1.0",
"utapi": "git+https://github.com/scality/utapi#7.10.11",
"utf8": "~2.1.1",
"uuid": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions tests/functional/aws-node-sdk/test/object/deleteObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('DELETE object', () => {
});
});

describe.only('with object lock', () => {
describe('with object lock', () => {
const bucketName = 'testdeleteobjectlockbucket';
let versionIdOne;
let versionIdTwo;
Expand Down Expand Up @@ -274,7 +274,7 @@ describe('DELETE object', () => {
}
));

it(`delete object in ${response.bucketMode} mode`, () => {
it(`should delete object in ${response.bucketMode} mode`, () => {
s3.deleteObject({
Bucket: bucketName,
Key: objectName,
Expand Down
Loading

0 comments on commit f1362de

Please sign in to comment.