@rongcloud/engine 5.7.2-enterprise.7 → 5.7.2-enterprise.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1289,7 +1289,11 @@ declare enum UploadMethod {
1289
1289
  /**
1290
1290
  * stc上传
1291
1291
  */
1292
- STC = 4
1292
+ STC = 4,
1293
+ /**
1294
+ * minio上传
1295
+ */
1296
+ MINIO = 5
1293
1297
  }
1294
1298
 
1295
1299
  /**
@@ -2829,6 +2833,22 @@ interface IUploadAuth {
2829
2833
  * stc 存储空间名称
2830
2834
  */
2831
2835
  stcBucketName: string;
2836
+ /**
2837
+ * minio Authorization 头
2838
+ */
2839
+ minioAuthorization: string;
2840
+ /**
2841
+ * minio xAmzContentSha256
2842
+ */
2843
+ minioContentSha256: string;
2844
+ /**
2845
+ * minio date
2846
+ */
2847
+ minioDate: string;
2848
+ /**
2849
+ * minio 存储空间名称
2850
+ */
2851
+ minioBucketName: string;
2832
2852
  }
2833
2853
 
2834
2854
  interface IRTCRoomInfo {