-
Notifications
You must be signed in to change notification settings - Fork 246
Fix batch delete param #868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ironman-machine try |
Hello @dora-korpar "try": Success: Try build successfully launched on 'http://ci.ironmann.io/gh/scality/Integration/14422' with the following env. args: {
"SCALITY_INTEGRATION_BRANCH": "ultron/rel/6.4",
"REPO_NAME": "S3",
"DEFAULT_BRANCH": "rel/6.4",
"SCALITY_S3_BRANCH": "FIX/S3C-709-BadDigest-error"
} |
☀️ 👍 circleCI test succeeded! |
3734d79
to
e254b30
Compare
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
PR has been updated. Reviewers, please be cautious. |
Hello @dora-korpar "go": Failure: Unknown command |
@ironman-machine try |
Hello @dora-korpar "try": Success: Try build successfully launched on 'http://ci.ironmann.io/gh/scality/Integration/14426' with the following env. args: {
"SCALITY_INTEGRATION_BRANCH": "ultron/rel/6.4",
"REPO_NAME": "S3",
"DEFAULT_BRANCH": "rel/6.4",
"SCALITY_S3_BRANCH": "FIX/S3C-709-BadDigest-error"
} |
💔 ☔ circleCI test failed. |
e254b30
to
8dc4231
Compare
@ironman-machine try |
Hello @dora-korpar "try": Success: Try build successfully launched on 'http://ci.ironmann.io/gh/scality/Integration/14430' with the following env. args: {
"SCALITY_INTEGRATION_BRANCH": "ultron/rel/6.4",
"REPO_NAME": "S3",
"DEFAULT_BRANCH": "rel/6.4",
"SCALITY_S3_BRANCH": "FIX/S3C-709-BadDigest-error"
} |
batchDelete expects the first param to be an array, but was being passed an object, which caused misleading orphan keys to not be deleted if the completedHash did not match.
Addresses JIRA S3C-709