Skip to content

Commit 2ed01ff

Browse files
author
usharma
committed
aws: add zstd compression type
zstd compression type added for the aws compression Signed-off-by: Ujjwal Sharma <ujjwal26599@gmail.com> Signed-off-by: usharma <ujjwal_sharma@intuit.com>
1 parent b0f7776 commit 2ed01ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/fluent-bit/aws/flb_aws_compress.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#define FLB_AWS_COMPRESS_GZIP 1
2626
#define FLB_AWS_COMPRESS_ARROW 2
2727
#define FLB_AWS_COMPRESS_PARQUET 3
28+
#define FLB_AWS_COMPRESS_ZSTD 4
2829

2930
/*
3031
* Get compression type from compression keyword. The return value is used to identify

0 commit comments

Comments
 (0)