Sign in

List buckets

documented

List all buckets in the account.

GET /Spacesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$region}}.digitaloceanspaces.com/" \
  -X GET \
  -H "Authorization: AWS4-HMAC-SHA256 Credential={{DIGITALOCEAN_SPACES_ACCESS_KEY}}/{{$date}}/{{$region}}/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature={{DIGITALOCEAN_SPACES_SIGNATURE}}" \
  -H "Host: {{$region}}.digitaloceanspaces.com" \
  -H "x-amz-date: {{$amz_date}}" \
  -H "x-amz-content-sha256: {{$payload_hash}}"