You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/fileUploadDocs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Only `name` and `source` properties are mandatory - all others are optional. You
61
61
}
62
62
```
63
63
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):
0 commit comments