← all adapters

azure-storage-style

simulates Azure Storage Blob REST API 2024-08-04

restadapter v0.1.09 routes

use it

# add to stunt.yaml
services:
  azure-storage:
    adapter: embedded:azure-storage-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

containersblobs

routes (9)

GET/
PUT/{container}
GET/{container}
HEAD/{container}
DELETE/{container}
PUT/{container}/{blob}
GET/{container}/{blob}
HEAD/{container}/{blob}
DELETE/{container}/{blob}