Added delete object after read

Signed-off-by: m.malygina <m.malygina@yadro.com>
add-delete-after-read
m.malygina 2024-06-05 14:33:54 +03:00
parent dc8a9b196f
commit a8eab4434b
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ const summary_json = __ENV.SUMMARY_JSON || '/tmp/summary.json';
const no_verify_ssl = __ENV.NO_VERIFY_SSL || 'true';
const delete_after_read = __ENV.DELETE_AFTER_READ || 'true';
console.log(`delete_after_readt: ${delete_after_read}`)
const connection_args = {
no_verify_ssl : no_verify_ssl
}