Skip to content

Commit

Permalink
Minio Source: Regen (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Feb 25, 2021
1 parent 8f348f6 commit 7115720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/minio-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The following table summarizes the configuration options available for the `mini
|===
| Property| Name| Description| Type| Default| Example
| *accessKey {empty}* *| Access Key| The access key obtained from Minio| string| |
| *bucketName {empty}* *| Bucket Name| The Minio Bucket name| string| |
| *secretKey {empty}* *| Secret Key| The secret key obtained from Minio| string| |
| bucketNameOrArn| Bucket Name| The Minio Bucket name| string| |
| deleteAfterRead| Auto-delete objects| Delete objects after consuming them| boolean| `true`|
|===

Expand Down Expand Up @@ -42,6 +42,7 @@ spec:
name: minio-source
properties:
accessKey: "The Access Key"
bucketName: "The Bucket Name"
secretKey: "The Secret Key"
sink:
ref:
Expand Down

0 comments on commit 7115720

Please sign in to comment.