Skip to content

Commit

Permalink
out_s3: use new fstore API plus other adjustments
Browse files Browse the repository at this point in the history
 - use new fstore API for buffer management
 - register plugin flags
 - config: change configmap for TIME and SIZE value types
 - config: rename chunk_buffer_dir -> store_dir
 - fix leaks on exceptions
 - use field to 'lock' chunks, instead of temporary node deletion
 - others adjustments

note: still work in process.

Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
  • Loading branch information
edsiper authored and PettitWesley committed Sep 25, 2020
1 parent 0aadef7 commit 84a5491
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 175 deletions.
1 change: 1 addition & 0 deletions plugins/out_s3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set(src
s3.c
s3_store.c
s3_multipart.c)

FLB_PLUGIN(out_s3 "${src}" "")
Loading

0 comments on commit 84a5491

Please sign in to comment.