test: parameters, PutObjectLegalHold tests

This commit is contained in:
Luke McCrone
2025-06-12 16:07:31 -03:00
parent 7e5695f63b
commit 97dd0a92bc
12 changed files with 95 additions and 43 deletions
+3
View File
@@ -37,5 +37,8 @@ send_command() {
echo " ($1 response code: $command_result)"
fi
fi
if [ "$DIRECT" == "true" ]; then
sleep "$DIRECT_POST_COMMAND_DELAY"
fi
return $command_result
}