{
"regionID": "TestRegionID",
"bucket": "ztces-230404-create",
"bucketLoggingStatus": {
"loggingEnabled": {
"targetBucket": "ztces-230404-create",
"targetPrefix": "ces",
"targetGrants": [
{
"permission": "private",
"grantee": {
"ID": "c49b0049-deff-568b-9534-1a31d515d9b6",
"displayName": "hybtest@chinatelecom.cn",
"emailAddress": "",
"type": "CanonicalUser"
}
}
]
}
}
}
curl --location --request POST '/v4/oss/put-bucket-logging' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"bucket": "ztces-230404-create",
"bucketLoggingStatus": {
"loggingEnabled": {
"targetBucket": "ztces-230404-create",
"targetPrefix": "ces",
"targetGrants": [
{
"permission": "private",
"grantee": {
"ID": "c49b0049-deff-568b-9534-1a31d515d9b6",
"displayName": "hybtest@chinatelecom.cn",
"emailAddress": "",
"type": "CanonicalUser"
}
}
]
}
}
}'
{
"description": "成功",
"errorCode": null,
"message": "SUCCESS",
"statusCode": 800
}