| 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] |
| Name | Value |
|---|---|
| PUT_PARTS | "put_parts" |
| PUT | "put" |
| POST | "post" |
| PRESIGNED | "presigned" |
| UNSIGNED_PUT | "unsigned_put" |