函数服务ID 为空。
创建函数服务类型的事件通知规则时,没有设置函数服务 ID。
CloudFunction
字段值为空。PUT /?notification HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: GMT Date Authorization: authorization string { "CloudFunctionConfigurations": [ { "Events": [ "tos:ObjectCreated:*", "tos:ObjectRemoved:*" ], "Filter": { "TOSKey": { "FilterRules": [ { "Name": "prefix", "Value": "test_" }, { "Name": "suffix", "Value": ".jpg" } ] } }, "RuleId": "string", "CloudFunction": "" } ] }
FunctionId
字段值为空。PUT /?notification_v2 HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: GMT Date Authorization: authorization string { "Rules":[ { "Events":[ "tos:ObjectCreated:*", "tos:ObjectRemoved:*" ], "Filter":{ "TOSKey":{ "FilterRules":[ { "Name":"prefix", "Value":"test_" }, { "Name":"suffix", "Value":".jpg" } ] } }, "RuleId":"string", "Destination":{ "VeFaaS":[ { "FunctionId":"" } ] } } ] "Version": "1698031811529301000" }
检查提供的函数服务 ID 是否正确,如果不存在,请创建对应函数再重试。