Post Blob
PUT {{baseUrl}}/{{blobName}}
This request uploads the given file to S3 with name blobName
. Since the AWS S3 API does not support uploading multiple files at once, the user must upload one file at a time under the binary option under this request and be run once per file.
The successful response returns a 200 OK. If you receive the response 404 Not Found with error status NoSuchBucket, please run the Create Bucket Put Request and Set Bucket Policy Put Request in this collection.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-mock-response-name | string |
RESPONSES
status: OK