Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 0433214

Browse files
committed
Fix formatting of default s3 key
1 parent c1d8684 commit 0433214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/targets/awss3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more information about using AWS S3, please refer to the [AWS documentation]
4848
Events of this type will store the event payload into an s3 bucket.
4949

5050
The S3 bucket key used to store the event is defined by the `ce-subject` attribute.
51-
However, if `ce-subject` is not set, the default key will be `**ce-type**/**ce-source**/**ce-time**`.
51+
However, if `ce-subject` is not set, the default key will be: **ce-type**/**ce-source**/**ce-time**.
5252

5353
This type expects a [JSON][ce-jsonformat] payload with the following properties:
5454

@@ -74,7 +74,7 @@ an exception for the `io.triggermesh.awss3.object.put`, documented above, where
7474
it will store the payload body regardless of the `Discard CloudEvent context attributes` setting.
7575

7676
The S3 bucket key used to store the event is defined by the `ce-subject` attribute.
77-
However, if `ce-subject` is not set, the default key will be `**ce-type**/**ce-source**/**ce-time**`.
77+
However, if `ce-subject` is not set, the default key will be: **ce-type**/**ce-source**/**ce-time**.
7878

7979
The response [CloudEvent][ce] would have the following payload:
8080

0 commit comments

Comments
 (0)