generated from camel.apache.org/kamelet
Update wiki Home page for google-storage-sink
parent
a761872a8d
commit
975e5d2d95
39
Home.md
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
|
||||
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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user