We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18163e0 commit 9e775ebCopy full SHA for 9e775eb
website/cue/reference/components/sinks/base/aws_s3.cue
@@ -1057,8 +1057,8 @@ base: components: sinks: aws_s3: configuration: {
1057
description: """
1058
Retry specific errors.
1059
1060
- A vector list of status codes matching specific error types that trigger failed
1061
- service retry attempts. The list is ignored if `retry_all_errors` is true.
+ A list of HTTP status codes matching specific error types that trigger failed
+ service retry attempts. This list is ignored if `retry_all_errors` is true.
1062
"""
1063
required: false
1064
type: array: items: type: uint: {}
0 commit comments