{
"regionID": "TestRegionID",
"bucket": "ztces-230404-create",
"key": "ces2.txt",
"acl": "private",
"body": 1,
"append": false,
"otherParams": {
"contentType": "utf-8"
}
}
curl --location --request POST '/v4/oss/put-object' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"bucket": "ztces-230404-create",
"key": "ces2.txt",
"acl": "private",
"body": 1,
"append": false,
"otherParams": {
"contentType": "utf-8"
}
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [
{}
],
"statusCode": 800
}