Skip to content

Commit f98e437

Browse files
author
Archana Venkitaramanan
committed
Readme Updates
1 parent 50dfc56 commit f98e437

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apigw-lambda-transcribe/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ Important: this application uses various AWS services and there are costs associ
5555
1. Get the pre-signed URL from the previous step and use the following cURL command to upload the object in S3:
5656
5757
```
58-
curl -v --location -T "video.mp4" \
59-
'PRESIGNED_URL' \
60-
--header 'Content-Type: video/mp4'
58+
curl -v --location -T "video.mp4" 'PRESIGNED_URL' --header 'Content-Type: video/mp4'
6159
```
6260
6361
Note: Replace `PRESIGNED_URL` with pre-signed URL generated in the previous step. `Content-Type` should match the content type used to generate the pre-signed URL in the previous step.

0 commit comments

Comments
 (0)