Post object
documentedCreate an object in some Spaces workflows.
POST /{object}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://{{$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}}"