Upload the file to the pre-signed URL

Use this operation to upload the customer data file to the pre-signed URL.

Upload the file to the pre-signed URL endpointUpload the file to the pre-signed URL description
<pre-signed-url>PUT - Upload your data file by using the complete pre-signed S3 URL.

Request

All request parameters are required.

Upload the file to the pre-signed URL request parameter nameUpload the file to the pre-signed URL parameter formatUpload the file to the pre-signed URL request parameter description
pre-signed-urlstringThe complete pre-signed S3 URL where you can upload the customer data file
upload-filestringThe data file to upload, such as CustomerDataFile.csv

Example request

curl -X PUT "<pre-signed-url>" \
     --upload-file CustomerDataFile.csv

Response

The response returns an HTML response code.

Upload the file to the pre-signed URL response fieldUpload the file to the pre-signed URL response description
HTML Status CodeOne of many possible standard HTML response codes such as:
200 OK
400 Bad Request
500 Internal Server Error

Example response

200 OK