forked from fluent/fluent-bit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_s3: add gzip compression support for multipart uploads
fixing the logic part for choose mode for multipart current logic is we are going to compress data first then make decision which method(put_object or multipart) we are going to move compress file before put object remove compress data in upload add compress in put_all trunk. when compressed failed we will upload origin file The patch have been tested using valgrind Signed-off-by: Andy Wang <[email protected]>
- Loading branch information
1 parent
186b3e7
commit 53f2e45
Showing
2 changed files
with
83 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters