Skip to content

Commit 9fc7046

Browse files
fixed a typo
1 parent a1447df commit 9fc7046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fileUploadDocs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Only `name` and `source` properties are mandatory - all others are optional. You
6161
}
6262
```
6363

64-
Importantly, it includes the unique file identifier for the HAT `fileId` and `contentUrl` indicating where the file should be uploaded. The upload `contentUrl` is signed and has limited duration validity, most likely 5 minutes, after which it becomes invalid. Then uploading itself could be done as (*note:* `x-amz-server-side-encryption` hearder is mandatory):
64+
Importantly, it includes the unique file identifier for the HAT `fileId` and `contentUrl` indicating where the file should be uploaded. The upload `contentUrl` is signed and has limited duration validity, most likely 5 minutes, after which it becomes invalid. Then uploading itself could be done as (*note:* `x-amz-server-side-encryption` header is mandatory):
6565

6666
```curl
6767
curl -v -T ${LOCAL_FILE} \

0 commit comments

Comments
 (0)