curl --location --request GET '/v4/oss/get-bucket-acl?regionID=&bucket='
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"grants": [
{
"grantee": {
"ID": "c49b0049-deff-568b-9534-1a31d515d9b6",
"displayName": "hybtest@chinatelecom.cn",
"emailAddress": "hybtest@chinatelecom.cn",
"type": "CanonicalUser"
},
"permission": "FULL_CONTROL"
}
],
"owner": {
"ID": "c49b0049-deff-568b-9534-1a31d515d9b6",
"displayName": "hybtest@chinatelecom.cn"
}
},
"statusCode": 800
}