DigitalOcean Spaces
Overview
The DigitalOcean Spaces connector is a destination connector.
At this time, the destination implementation supports credential validation (login) only. Loading data into Spaces is still in development and will fail if you attempt to run a sync that writes data.
Setup
- In DigitalOcean, create or select a Personal Access Token with permission to read account details.
- Copy the token value.
- In your workspace, add the DigitalOcean Spaces destination and paste the token into the connector configuration.
Authentication
This destination authenticates using a DigitalOcean API token (Personal Access Token) sent as a Bearer token.
During credential validation, the connector calls:
GET https://api.digitalocean.com/v2/account
If the token is invalid or lacks required access, validation fails with an authentication error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | DigitalOcean Personal Access Token used to authenticate API requests. |
Streams
This destination does not currently expose configurable streams. Data loading is not yet implemented.
Hashing and normalization
This destination does not currently expose field-level hashing.
Data contract
Data contract details are not yet available because destination loading is still in development.