Skip to content

Commit

Permalink
AWS S3 Sink Kamelet: Removed URI Override Endpoint options
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jun 4, 2021
1 parent b43a8da commit ede38f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/modules/ROOT/pages/aws-s3-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ The following table summarizes the configuration options available for the `aws-
| *region {empty}* *| AWS Region| The AWS region to connect to.| string| | `"eu-west-1"`
| *secretKey {empty}* *| Secret Key| The secret key obtained from AWS.| string| |
| autoCreateBucket| Autocreate Bucket| Setting the autocreation of the S3 bucket bucketName.| boolean| `false`|
| overrideEndpoint| Override Endpoint| Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride.| boolean| `false`|
| uriEndpointOverride| Override Endpoint URI| Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option.| string| | `"http://another-s3-endpoint:9000"`
|===

NOTE: Fields marked with ({empty}*) are mandatory.
Expand Down

0 comments on commit ede38f5

Please sign in to comment.