Sign in

Post object

documented

Create an object in some Spaces workflows.

POST /{object}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 POST \
  -F "key={{$object}}" \
  -F "Policy={{$policy}}" \
  -F "X-Amz-Algorithm={{$amzAlgorithm}}" \
  -F "X-Amz-Credential={{$amzCredential}}" \
  -F "X-Amz-Date={{$amzDate}}" \
  -F "X-Amz-Signature={{$amzSignature}}" \
  -F "Content-Type={{$content_type}}"
Post object · DigitalOcean · OpenIntegrations