aboutsummaryrefslogtreecommitdiff
path: root/s3_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 's3_worker.c')
-rw-r--r--s3_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/s3_worker.c b/s3_worker.c
index a6ae2ab..6482224 100644
--- a/s3_worker.c
+++ b/s3_worker.c
@@ -21,7 +21,7 @@ void exec_s3_task(void *vtask) {
snprintf(obj_name_buf, 255, "%s%s", ezlive_config->s3_path, task->remote_name);
S3Client_delete(obj_name_buf);
} else if (task->task_type == kClearTask) {
- // TODO
+ S3Client_clear();
} else {
fprintf(stderr, "unknown task type.\n");
}