PartUrl (Object)
Description
No description
Fields
Name | Description |
---|---|
partNumber - Int! | Which part of the file this URL is for |
partSize - Int! | The file to be uploaded needs to be sliced to be exactly this size for the signature to be valid |
signedUrl - String! | The signed URL for the part |
startingByte - Int! | The file to be uploaded needs to be sliced with this byte as the starting point |
type PartUrl {
partNumber: Int!
partSize: Int!
signedUrl: String!
startingByte: Int!
}