Sign in

Check bucket

documented

Check if a bucket exists and is accessible.

HEAD /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://{{$bucket}}.{{$region}}.digitaloceanspaces.com/" \
  -X HEAD \
  -H "Authorization: AWS4-HMAC-SHA256 Credential={{DIGITALOCEAN_API_KEY}}/{{$date}}/{{$region}}/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature={{signature}}" \
  -H "Host: {{$bucket}}.{{$region}}.digitaloceanspaces.com" \
  -H "x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" \
  -H "x-amz-date: {{$x_amz_date}}"