INPUT_OBJECT

CancelMultipartUploadInput

link GraphQL Schema definition

1input CancelMultipartUploadInput {
4
2# Identifies the file that was being uploaded
3key: String!
7
5# The ID associated with the multipart-upload session
6uploadId: String!
11
8# The bucket provided when initiating the upload. Leave blank if none was
9# provided.
10bucket: String
12}