Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minio Source and Sink: Remove reference to S3 #497

Merged
merged 6 commits into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/minio-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following table summarizes the configuration options available for the `mini
| *bucketName {empty}* *| Bucket Name| The Minio Bucket name| string| |
| *endpoint {empty}* *| Endpoint| The Minio Endpoint, it can be an URL, domain name, IPv4 address or IPv6 address.| string| | `"http://localhost:9000"`
| *secretKey {empty}* *| Secret Key| The secret key obtained from Minio| string| |
| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`|
| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the Minio bucket bucketName.| boolean| `false`|
|===

NOTE: Fields marked with ({empty}*) are mandatory.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/minio-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following table summarizes the configuration options available for the `mini
| *bucketName {empty}* *| Bucket Name| The Minio Bucket name| string| |
| *endpoint {empty}* *| Endpoint| The Minio Endpoint, it can be an URL, domain name, IPv4 address or IPv6 address.| string| | `"http://localhost:9000"`
| *secretKey {empty}* *| Secret Key| The secret key obtained from Minio| string| |
| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`|
| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the Minio bucket bucketName.| boolean| `false`|
| deleteAfterRead| Auto-delete Objects| Delete objects after consuming them| boolean| `true`|
|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
example: http://localhost:9000
autoCreateBucket:
title: Autocreate Bucket
description: Setting the autocreation of the S3 bucket bucketName.
description: Setting the autocreation of the Minio bucket bucketName.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
example: http://localhost:9000
autoCreateBucket:
title: Autocreate Bucket
description: Setting the autocreation of the S3 bucket bucketName.
description: Setting the autocreation of the Minio bucket bucketName.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
Expand Down
2 changes: 1 addition & 1 deletion minio-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
example: http://localhost:9000
autoCreateBucket:
title: Autocreate Bucket
description: Setting the autocreation of the S3 bucket bucketName.
description: Setting the autocreation of the Minio bucket bucketName.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
Expand Down
2 changes: 1 addition & 1 deletion minio-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
example: http://localhost:9000
autoCreateBucket:
title: Autocreate Bucket
description: Setting the autocreation of the S3 bucket bucketName.
description: Setting the autocreation of the Minio bucket bucketName.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
Expand Down