Skip to content

Commit

Permalink
out_s3: update S3 PutObjectSize to 1GB (fluent#5688)
Browse files Browse the repository at this point in the history
Signed-off-by: Weijian Zhang <[email protected]>
Signed-off-by: Manal Geries <[email protected]>
  • Loading branch information
zwj102030 authored and mgeriesa committed Oct 25, 2022
1 parent 1fed457 commit f1dc8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/out_s3/s3.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
#define MAX_FILE_SIZE 50000000000
#define MAX_FILE_SIZE_STR "50,000,000,000"

#define MAX_FILE_SIZE_PUT_OBJECT 50000000
/* Allowed max file size 1 GB for publishing to S3 */
#define MAX_FILE_SIZE_PUT_OBJECT 1000000000

#define DEFAULT_UPLOAD_TIMEOUT 3600

Expand Down

0 comments on commit f1dc8d2

Please sign in to comment.