Create bucket
documentedCreate a new Space (bucket).
PUT /Spacesno implementation yet0 runsNo 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://{{$space_name}}.{{$region}}.digitaloceanspaces.com/" \
-X PUT \
-H "Host: {{$space_name}}.{{$region}}.digitaloceanspaces.com" \
-H "X-Amz-Date: {{$amz_date}}" \
-H "X-Amz-Content-Sha256: UNSIGNED-PAYLOAD" \
-H "Authorization: AWS4-HMAC-SHA256 Credential={{DIGITALOCEAN_API_KEY}}/{{$credential_date}}/{{$region}}/s3/aws4_request, SignedHeaders=host;x-amz-date, Signature={{signature}}" \
-d ''