You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versioned/eventing/sinks/integration-sink/aws_s3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Below is an `IntegrationSink` to send data to an Amazon S3 Bucket:
35
35
auth:
36
36
secret:
37
37
ref:
38
-
name: "my-secret"
38
+
name: "my-secret"
39
39
```
40
40
41
41
Inside of the `aws.s3` object we define the name of the bucket (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`
Copy file name to clipboardExpand all lines: docs/versioned/eventing/sinks/integration-sink/aws_sns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Below is an `IntegrationSink` to send data to AWS SNS:
35
35
auth:
36
36
secret:
37
37
ref:
38
-
name: "my-secret"
38
+
name: "my-secret"
39
39
```
40
40
Inside of the `aws.sns` object we define the name of the topic (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`
Copy file name to clipboardExpand all lines: docs/versioned/eventing/sinks/integration-sink/aws_sqs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ Below is an `IntegrationSink` to send data to AWS SQS:
30
30
spec:
31
31
aws:
32
32
sqs:
33
-
arn: "arn:aws:s3:::my-queue"
33
+
arn: "my-queue"
34
34
region: "eu-north-1"
35
35
auth:
36
36
secret:
37
37
ref:
38
-
name: "my-secret"
38
+
name: "my-secret"
39
39
```
40
40
Inside of the `aws.sqs` object we define the name of the queue (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`
0 commit comments