Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 737 Bytes

File metadata and controls

24 lines (17 loc) · 737 Bytes

PackageFileUploadRequest

Properties

Name Type Description Notes
filename String Filename for the package file upload.
md5Checksum String MD5 checksum for a POST-based package file upload. [optional]
method MethodEnum The method to use for package file upload. [optional]
sha256Checksum String SHA256 checksum for a PUT-based package file upload. [optional]

Enum: MethodEnum

Name Value
PUT_PARTS "put_parts"
PUT "put"
POST "post"
PRESIGNED "presigned"
UNSIGNED_PUT "unsigned_put"