设置的 FilterRule
中的 value
值长度超过限制。
创建事件通知规则时, FilterRule
的 value
值长度超过限制。
FilterRules
中元素的 Value
值超过 255 字符。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": "string" } ] }
FilterRules
中的 Value
值超过 255
字符。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":"function_id" } ] } } ] "Version": "1698031811529301000" }
修改 FilterRules
中的 Value
值大小在 255 字符以内。