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
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
This event target receives [CloudEvents][ce] over HTTP and sends them to [Alibaba OSS][oss]
4
+
creating a new file containing the event data.
5
+
6
+
## Prerequisite(s)
7
+
8
+
- Alibaba Cloud account.
9
+
- The [Access Key ID and Secret Access Key](https://www.alibabacloud.com/help/faq-detail/142101.htm) associated to the account.
10
+
11
+
## Deploying an Instance of the Target
12
+
13
+
Open the Bridge creation screen and add a target of type `Alibaba OSS`.
14
+
15
+
In the Target creation form, give a name to the event Target and add the following information:
16
+
17
+
-**Secret**: Reference to a [TriggerMesh secret](../guides/secrets.md) containing the Access Key ID and Secret Access Key.
18
+
-**Endpoint**: The OSS [endpoint](https://www.alibabacloud.com/help/doc-detail/31834.html?spm=a2c5t.11065259.1996646101.searchclickresult.66795207QoTOLE).
19
+
-**Bucket**: The OSS [Bucket](https://www.alibabacloud.com/help/doc-detail/32135.html?spm=a2c5t.11065259.1996646101.searchclickresult.76164406aMCICT).
20
+
21
+
After clicking the `Save` button, you will be taken back to the Bridge editor. Proceed by adding the remaining
22
+
components to the Bridge, then submit it.
23
+
24
+
A ready status on the main _Bridges_ page indicates that the Alibaba OSS target is ready to accept events.
25
+
26
+
For more information about using Alibaba OSS, please refer to the [documentation](https://www.alibabacloud.com/help/product/31815.htm?spm=a3c0i.7950270.1834322160.3.5761ab91f9PlWp).
27
+
28
+
## Event Types
29
+
### Arbitrary
30
+
This target will consume arbitrary events and upload them into a table with the Cloudevent ID as the object key.
31
+
32
+
The response event type will contain the original event type with `.response` appended to the end.
Copy file name to clipboardExpand all lines: docs/targets/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
The following is a list of Triggermesh event destinations known as `Targets`. Some are available as open source projects, some as hosted solutions on our Cloud.
4
4
5
5
## Current TriggerMesh Targets
6
-
6
+
- Alibaba
7
+
-[Alibaba OSS](./alibabaoss.md): Forward arbitrary events to an Alibaba Cloud OSS bucket.
7
8
- AWS
8
9
-[AWS Comprehend](./awscomprehend.md): Perform sentiment analysis on cloudevents.
9
10
-[AWS Lambda](./awslambda.md): Forward event payload to AWS Lambda.
0 commit comments