OBJECT
MultiPartUploadDetails
link GraphQL Schema definition
1 type MultiPartUploadDetails { 2 3 # Access Key 4 String! : 5 6 # Asset ARN 7 String! : 8 9 # File name 10 String! : 11 12 # Maximum number of parts 13 Int! : 14 15 # Minimum part size 16 Int! : 17 18 # Multipart Href 19 String! : 20 21 # Region 22 String! : 23 24 # Secret Key 25 String! : 26 27 # Session token 28 String! : 29 30 # Upload Id 31 String! : 32 33 }