Connections

View Markdown

Overview

Connections let you link S3-compatible storage to your Ittybit project for ingesting files from and uploading outputs to your own buckets.


Connection Object

connection.json
{
  "id": "con_abcdefgh12345678",
  "object": "storage_connection",
  "kind": "s3",
  "name": "Production S3",
  "endpoint": "https://s3.us-east-1.amazonaws.com",
  "region": "us-east-1",
  "access_key_id": "AKIA...",
  "secret_access_key": "...",
  "is_default": false,
  "created_at": 1735689825,
  "updated_at": 1735689825
}

See Connections for detailed coverage.


Endpoints

GET

List Connections

POST

Create Connection

GET

Get Connection

PATCH

Update Connection

DELETE

Delete Connection

On this page