Skip to content

Commit 9e775eb

Browse files
committed
Updated autogenerated documentation for aws_s3. (#10870)
1 parent 18163e0 commit 9e775eb

File tree

1 file changed

+2
-2
lines changed
  • website/cue/reference/components/sinks/base

1 file changed

+2
-2
lines changed

website/cue/reference/components/sinks/base/aws_s3.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ base: components: sinks: aws_s3: configuration: {
10571057
description: """
10581058
Retry specific errors.
10591059
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.
1060+
A list of HTTP status codes matching specific error types that trigger failed
1061+
service retry attempts. This list is ignored if `retry_all_errors` is true.
10621062
"""
10631063
required: false
10641064
type: array: items: type: uint: {}

0 commit comments

Comments
 (0)