@@ -1377,7 +1377,7 @@ export declare namespace rs {
1377
1377
* @param options - 配置项
1378
1378
* @param options.name - 规则名称 bucket 内唯一,长度小于50,不能为空,只能为字母、数字、下划线
1379
1379
* @param options.event - 事件类型,接受数组设置多个
1380
- * @param options.callbackUrl - 事件通知回调 URL,接受数组设置多个,失败依次重试
1380
+ * @param options.callbackURL - 事件通知回调 URL,接受数组设置多个,失败依次重试
1381
1381
* @param options.prefix - 可选,文件配置的前缀
1382
1382
* @param options.suffix - 可选,文件配置的后缀
1383
1383
* @param options.access_key - 可选,设置的话会对通知请求用对应的ak、sk进行签名
@@ -1389,7 +1389,7 @@ export declare namespace rs {
1389
1389
options : {
1390
1390
name : string ,
1391
1391
event : BucketEventName | BucketEventName [ ] ,
1392
- callbackUrl : string | string [ ] ,
1392
+ callbackURL : string | string [ ] ,
1393
1393
prefix ?: string ,
1394
1394
suffix ?: string ,
1395
1395
access_key ?: string ,
@@ -1405,7 +1405,7 @@ export declare namespace rs {
1405
1405
* @param options - 配置项
1406
1406
* @param options.name - 规则名称 bucket 内唯一,长度小于50,不能为空,只能为字母、数字、下划线
1407
1407
* @param options.event - 事件类型,接受数组设置多个
1408
- * @param options.callbackUrl - 事件通知回调 URL,接受数组设置多个,失败依次重试
1408
+ * @param options.callbackURL - 事件通知回调 URL,接受数组设置多个,失败依次重试
1409
1409
* @param options.prefix - 可选,文件配置的前缀
1410
1410
* @param options.suffix - 可选,文件配置的后缀
1411
1411
* @param options.access_key - 可选,设置的话会对通知请求用对应的ak、sk进行签名
@@ -1417,7 +1417,7 @@ export declare namespace rs {
1417
1417
options : {
1418
1418
name : string ,
1419
1419
event ?: BucketEventName | BucketEventName [ ] ,
1420
- callbackUrl ?: string | string [ ] ,
1420
+ callbackURL ?: string | string [ ] ,
1421
1421
prefix ?: string ,
1422
1422
suffix ?: string ,
1423
1423
access_key ?: string ,
@@ -1443,8 +1443,7 @@ export declare namespace rs {
1443
1443
* @param name - 规则名称
1444
1444
* @param callbackFunc - 回调函数
1445
1445
*/
1446
- deleteBucketEvent ( bucket : string , name : string , callbackFunc ?: callback ) : void
1447
-
1446
+ deleteBucketEvent ( bucket : string , name : string , callbackFunc ?: callback ) : Promise < httpc . ResponseWrapper < void > > ;
1448
1447
1449
1448
/**
1450
1449
* @param bucket - 空间名
0 commit comments