diff --git a/Home.md b/Home.md index 93a012c..7e1eb74 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,34 @@ -# Deploy the Project on CamelX Platform +# Dropbox Sink -Deploy on CamelX Platform in three steps +Upload Files to Dropbox. -## Step 1: Create a release -From the project space, click on **"Create a release"** +The Kamelet expects the following headers to be set: -The new version is automatically available in the list +- `file` / `ce-file`: as the file name to upload -## Step 2: Deploy -Click on **"Deploy"** +If the header won't be set the exchange ID will be used as file name. -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Metadata -## Step 3: Expose -Enable **"Expose"** +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Dropbox | +| Namespace | Cloud | +| Support Level | Stable | +| Provider | Apache Software Foundation | -Choose an **API Gateway** (Internal, Public, etc.) +## Properties + +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `accessToken` | string | ✓ | | The access Token to use to access Dropbox | +| `clientIdentifier` | string | ✓ | | Dropbox App client Identifier | +| `remotePath` | string | ✓ | | Original file or folder to work with | +| `uploadMode` | string | ✓ | `add` | Which mode to upload. in case of add the new file will be renamed if a file with the same name already exists on dropbox. in case of force if a file with the same name already exists on dropbox, this will be overwritten. The value can be one of add, force. | + +## Dependencies + +- `camel:core` +- `camel:dropbox` +- `camel:kamelet`