-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs for MAX_FILE_SIZE_PUT_OBJECT. #839
Conversation
Signed-off-by: Weijian Zhang <weijianz@amazon.com>
@@ -26,6 +26,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b | |||
| json_date_format | Specify the format of the date. Supported formats are _double_, _epoch_, _iso8601_ (eg: _2018-05-30T09:39:52.000681Z_) and _java_sql_timestamp_ (eg: _2018-05-30 09:39:52.000681_) | iso8601 | | |||
| total_file_size | Specifies the size of files in S3. Maximum size is 50G, minimim is 1M. | 100M | | |||
| upload_chunk_size | The size of each 'part' for multipart uploads. Max: 50M | 5,242,880 bytes | | |||
| MAX_FILE_SIZE_PUT_OBJECT | Max file size allowed to publish to S3 MAX: 1GB. | 1,073,741,824 bytes | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't a new user config option. Its a different max size for total_file_size
for the use_put_object
case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so we may dont need the MAX_FILE_SIZE_PUT_OBJECT
to be list in the documentation .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea just note the max allowed value in the total_file_size
row a little farther up, that's what I mean
@zwj102030 please rebase and update |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Closing in favor of: https://github.com/PettitWesley/fluent-bit-docs/pull/new/s3-putobject-maxsize |
Summary
Update the doc for MAX_FILE_SIZE_PUT_OBJECT.
Related PR
fluent/fluent-bit#5688
Signed-off-by: Weijian Zhang weijianz@amazon.com