Sign in

Upload file to Disk (via pre-signed URL)

documented

Upload a file using the pre-signed URL returned by the upload endpoint.

PUT <upload_href>Diskno 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 "{{$upload_href}}" \
  -X PUT \
  -H "Content-Type: application/octet-stream" \
  -H "Accept: */*" \
  --data-binary @{{$file_path}}