mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
15 lines
2.4 KiB
Markdown
15 lines
2.4 KiB
Markdown
# GeneratePresignedPutMetadata
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GeneratePresignedPutMetadata } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GeneratePresignedPutMetadata = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `sha1Checksum` | *string* | :heavy_minus_sign: | The SHA1 checksum of the upload binary blob. Optionally be provided and serves as an additional security check when later processing the file in complete-external-upload endpoint. | |