事件通知规则包含非法的事件类型。
在创建事件通知规则时,包含了非法的事件通知类型。
例如 tos:ObjectCreated:Append
的事件通知类型暂不支持,支持的事件通知类型,请参见事件通知概述。
PUT /?notification HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: GMT Date Authorization: authorization string { "CloudFunctionConfigurations": [ { "Events": [ "tos:ObjectCreated:Append" ], "Filter": { "TOSKey": { "FilterRules": [ { "Name": "prefix", "Value": "test_" }, { "Name": "suffix", "Value": ".jpg" } ] } }, "RuleId": "string", "CloudFunction": "functionid" } ] }
检查订阅的事件通知类型是否合法。