cURL
curl --request POST \ --url https://planefs-uploads.s3.amazonaws.com/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "Content-Type": "<string>", "key": "<string>", "x-amz-algorithm": "<string>", "x-amz-credential": "<string>", "x-amz-date": "<string>", "policy": "<string>", "x-amz-signature": "<string>" }'
Upload the file using the credentials generated by the Get upload credentials endpoint.