File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"@fastify/busboy" : " ^2.1.1" ,
23
23
"@hapi/joi" : " ^17.1.0" ,
24
- "arsenal" : " git+https://github.com/scality/arsenal#9e824e2ce7bf62e2070f679b2c2334cf7a1b7c5f " ,
24
+ "arsenal" : " git+https://github.com/scality/arsenal#4ef5748c028619edff10d6d38b21df43c8d63d88 " ,
25
25
"async" : " ~2.5.0" ,
26
26
"aws-sdk" : " 2.905.0" ,
27
27
"azure-storage" : " ^2.1.0" ,
61
61
},
62
62
"scripts" : {
63
63
"ft_awssdk" : " cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/" ,
64
+ "ft_post" : " cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/object/post.js" ,
65
+ "ft_post_aws" : " cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/object/post-copy.js" ,
66
+ "ft_post_unit" : " CI=true S3BACKEND=mem mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json --recursive tests/unit/api/callPostMethod.js" ,
64
67
"ft_awssdk_aws" : " cd tests/functional/aws-node-sdk && AWS_ON_AIR=true mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/" ,
65
68
"ft_awssdk_buckets" : " cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/bucket" ,
66
69
"ft_awssdk_objects_misc" : " cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/legacy test/object test/service test/support" ,
Original file line number Diff line number Diff line change @@ -504,9 +504,9 @@ arraybuffer.slice@~0.0.7:
504
504
optionalDependencies :
505
505
ioctl "^2.0.2"
506
506
507
- " arsenal@git+https://github.com/scality/arsenal#9e824e2ce7bf62e2070f679b2c2334cf7a1b7c5f " :
507
+ " arsenal@git+https://github.com/scality/arsenal#4ef5748c028619edff10d6d38b21df43c8d63d88 " :
508
508
version "7.70.29"
509
- resolved "git+https://github.com/scality/arsenal#9e824e2ce7bf62e2070f679b2c2334cf7a1b7c5f "
509
+ resolved "git+https://github.com/scality/arsenal#4ef5748c028619edff10d6d38b21df43c8d63d88 "
510
510
dependencies :
511
511
" @js-sdsl/ordered-set" " ^4.4.2"
512
512
" @types/async" " ^3.2.12"
You can’t perform that action at this time.
0 commit comments