Skip to content

Commit e572d7a

Browse files
author
Will Toozs
committed
fixup: arsenal package
1 parent 8c20fea commit e572d7a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@fastify/busboy": "^2.1.1",
2323
"@hapi/joi": "^17.1.0",
24-
"arsenal": "git+https://github.com/scality/arsenal#1016c270856ffae3071cba0237cee079888d3085",
24+
"arsenal": "git+https://github.com/scality/arsenal#b00aea282244cd90efc745941e03d0be7e734fc7",
2525
"async": "~2.5.0",
2626
"aws-sdk": "2.905.0",
2727
"azure-storage": "^2.1.0",
@@ -61,6 +61,8 @@
6161
},
6262
"scripts": {
6363
"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",
6466
"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/",
6567
"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",
6668
"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",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ arraybuffer.slice@~0.0.7:
504504
optionalDependencies:
505505
ioctl "^2.0.2"
506506

507-
"arsenal@git+https://github.com/scality/arsenal#1016c270856ffae3071cba0237cee079888d3085":
507+
"arsenal@git+https://github.com/scality/arsenal#b00aea282244cd90efc745941e03d0be7e734fc7":
508508
version "7.70.29"
509-
resolved "git+https://github.com/scality/arsenal#1016c270856ffae3071cba0237cee079888d3085"
509+
resolved "git+https://github.com/scality/arsenal#b00aea282244cd90efc745941e03d0be7e734fc7"
510510
dependencies:
511511
"@js-sdsl/ordered-set" "^4.4.2"
512512
"@types/async" "^3.2.12"

0 commit comments

Comments
 (0)