This commit is contained in:
wkj 2023-11-27 13:08:45 +08:00
parent d096813ef0
commit 352b85af8d
4 changed files with 15 additions and 0 deletions

6
es/types/CTYun.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
/**
* ctyun操作权限名称
* https://www.ctyun.cn/document/10306929/10136179
*/
export type Action = '*' | 'PutObject' | 'GetObject' | 'DeleteObject' | 'ListBucket';
export type CTYunZone = 'hazz' | 'lnsy' | 'sccd' | 'xjwlmq' | 'gslz' | 'sdqd' | 'gzgy' | 'hbwh' | 'xzls' | 'ahwh' | 'gdsz' | 'jssz' | 'sh2';

1
es/types/CTYun.js Normal file
View File

@ -0,0 +1 @@
export {};

6
lib/types/CTYun.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
/**
* ctyun操作权限名称
* https://www.ctyun.cn/document/10306929/10136179
*/
export type Action = '*' | 'PutObject' | 'GetObject' | 'DeleteObject' | 'ListBucket';
export type CTYunZone = 'hazz' | 'lnsy' | 'sccd' | 'xjwlmq' | 'gslz' | 'sdqd' | 'gzgy' | 'hbwh' | 'xzls' | 'ahwh' | 'gdsz' | 'jssz' | 'sh2';

2
lib/types/CTYun.js Normal file
View File

@ -0,0 +1,2 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });