Update wiki Home page for google-storage-source

gitea_admin 2026-03-11 14:36:46 +00:00
parent 040eb91932
commit d6cc7f86f4

39
Home.md

@ -1,21 +1,32 @@
# Deploy the Project on CamelX Platform # Google Storage Source
Deploy on CamelX Platform in three steps Consume objects from 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 ## Metadata
## Step 2: Deploy | Property | Value |
Click on **"Deploy"** |----------|-------|
| Type | source |
| Group | Google Storage |
| Namespace | GCP |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release ## Properties
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Name | Type | Required | Default | Description |
Enable **"Expose"** |------|------|----------|---------|-------------|
| `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. |
| `deleteAfterRead` | boolean | | `true` | Specifies to delete objects after consuming them. |
| `autoCreateBucket` | boolean | | `false` | Specifies to automatically create the Google Cloud Storage bucket. |
| `prefix` | string | | | The prefix which is used in the BlobListOptions to only consume objects we are interested in. |
| `filter` | string | | | A regular expression to include only blobs with name matching it. |
Choose an **API Gateway** (Internal, Public, etc.) ## Dependencies
- `camel:kamelet`
- `camel:google-storage`
- `camel:jackson`