Skip to main content
Terminal
curl --request PUT \
  --url '<YOUR_PRESIGNED_URL>' \
  --header 'Content-Type: application/jsonl' \
  --data-binary '@your_input_file.jsonl'

Response

200

S3 returns 200 OK