Linode Object Storage
Overview
The Linode Object Storage connector is a Reverse ETL destination intended to load data into Linode Object Storage.
At this time, the destination is still in development: the connector can validate credentials during setup, but loading/syncing data is not yet supported.
Setup
- In Linode, create or choose an account that has access to Object Storage.
- Create a Personal Access Token with permissions that allow listing Object Storage buckets.
- In your workspace, add the Linode Object Storage destination and enter the token.
Authentication
This destination authenticates using a Linode API token sent as a Bearer token to the Linode API.
Required credential
- API token: A Linode Personal Access Token.
Credential validation behavior
During destination setup, the connector validates the token by calling:
GET https://api.linode.com/v4/object-storage/buckets
If the request fails, setup will fail with a credential validation error.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Linode Personal Access Token used to authenticate to the Linode API. |
Data loading support
Data loading is not currently supported. Attempts to run a sync will fail with an error indicating that destination loading is still in development.
Streams / objects
This destination does not currently expose configurable streams or object mappings.
Data contract
Not applicable at this time because the destination does not yet support loading data.