Update wiki Home page for google-storage-sink

gitea_admin 2026-03-11 14:36:44 +00:00
parent a761872a8d
commit 975e5d2d95

39
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 If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
From the project space, click on **"Create a release"**
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 ## Metadata
Click on **"Deploy"**
- **Version:** Select the desired release | Property | Value |
- **Environment:** Choose `Development`, `Staging`, or `Production` |----------|-------|
- **Configuration:** Select the configuration source | Type | sink |
- **Resources:** Set CPU and Memory | Group | Google Storage |
| Namespace | GCP |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 3: Expose ## Properties
Enable **"Expose"**
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`