Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Claych committed Feb 20, 2023
1 parent dce85f4 commit 967cbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/out_s3/s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,6 @@ static void cb_s3_flush(struct flb_event_chunk *event_chunk,

/* File is ready for upload, upload_file != NULL prevents from segfaulting. */
if ((upload_file != NULL) && (upload_timeout_check == FLB_TRUE || total_file_size_check == FLB_TRUE)) {
upload_file->input_name = out_flush->task->i_ins->name;
if (ctx->preserve_data_ordering == FLB_TRUE) {
/* Buffer last chunk in file and lock file to prevent further changes */
ret = buffer_chunk(ctx, upload_file, chunk, chunk_size,
Expand Down

0 comments on commit 967cbcc

Please sign in to comment.