MultiPartUploadInput (Input)
Description
No description
Fields
Name | Description |
---|---|
fileInputs - [CreateFileInput!] | The files to upload |
imageInputs - [CreateImageInput!] | The images to upload |
maxPartSize - Float | The maximum size of each part in bytes. This will be used to calculate the number of parts. Must be between 5MiB and 100MiB. If a value outside of this range is provided, it will be automatically set to the nearest valid value. |
input MultiPartUploadInput {
fileInputs: [CreateFileInput!]
imageInputs: [CreateImageInput!]
maxPartSize: Float
}