From 975e5d2d950deca55c17e6be7b11eb2d97d837af Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:36:44 +0000 Subject: [PATCH] Update wiki Home page for google-storage-sink --- Home.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..7e9f3ce 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,32 @@ -# Deploy the Project on CamelX Platform +# Google Storage Sink -Deploy on CamelX Platform in three steps +Upload objects to Google Cloud Storage. -## Step 1: Create a release -From the project space, click on **"Create a release"** +If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter. -The new version is automatically available in the list +In the header, you can set the `file` / `ce-file` property to specify the filename to upload. If you do set property in the header, the Kamelet uses the exchange ID as filename. -## Step 2: Deploy -Click on **"Deploy"** +## Metadata -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Property | Value | +|----------|-------| +| Type | sink | +| Group | Google Storage | +| Namespace | GCP | +| Support Level | Stable | +| Provider | Apache Software Foundation | -## Step 3: Expose -Enable **"Expose"** +## Properties -Choose an **API Gateway** (Internal, Public, etc.) +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `bucketNameOrArn` | string | ✓ | | The Google Cloud Storage bucket name or Bucket Amazon Resource Name (ARN). | +| `serviceAccountKey` | binary | | | The service account key to use as credentials for Google Cloud Storage access. You must encode this value in base64. | +| `autoCreateBucket` | boolean | | `false` | Specifies to automatically create the Google Cloud Storage bucket. | + +## Dependencies + +- `camel:core` +- `camel:kamelet` +- `camel:google-storage` +- `camel:jackson`