Skip to content

Commit

Permalink
pipeline: out_s3: added retry_limit documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Cheng <[email protected]>
  • Loading branch information
Claych authored and PettitWesley committed Jan 25, 2023
1 parent 436700b commit 297acce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/outputs/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ See [here](https://github.com/fluent/fluent-bit-docs/tree/43c4fe134611da471e706b
| log\_key | By default, the whole log record will be sent to S3. If you specify a key name with this option, then only the value of that key will be sent to S3. For example, if you are using Docker, you can specify log\_key log and only the log message will be sent to S3. | None |
| preserve\_data\_ordering | Normally, when an upload request fails, there is a high chance for the last received chunk to be swapped with a later chunk, resulting in data shuffling. This feature prevents this shuffling by using a queue logic for uploads. | false |
| storage\_class | Specify the [storage class](https://docs.aws.amazon.com/AmazonS3/latest/API/API\_PutObject.html#AmazonS3-PutObject-request-header-StorageClass) for S3 objects. If this option is not specified, objects will be stored with the default 'STANDARD' storage class. | None |
| retry\_limit | Integer value to set the maximum number of retries allowed. Note: this configuration is released since version 1.9.10 and 2.0.1. For previous version, the number of retries is 5 and is not configurable. | 1 |
| external\_id | Specify an external ID for the STS API, can be used with the role_arn parameter if your role requires an external ID. | None |

## TLS / SSL
Expand Down

0 comments on commit 297acce

Please sign in to comment.