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 endpoint | Upload 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 name | Upload the file to the pre-signed URL parameter format | Upload the file to the pre-signed URL request parameter description |
|---|---|---|
pre-signed-url | string | The complete pre-signed S3 URL where you can upload the customer data file |
upload-file | string | The 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 field | Upload the file to the pre-signed URL response description |
|---|---|
| HTML Status Code | One of many possible standard HTML response codes such as:200 OK400 Bad Request500 Internal Server Error |
Example response
200 OK
Updated 2 days ago
What’s Next
