This commit is contained in:
lxp
2026-07-07 15:47:14 +08:00
parent 55d74653da
commit 234a166924
34 changed files with 1566 additions and 18 deletions
@@ -0,0 +1,10 @@
package com.cadlabel.dto.cos;
public record CosTemporaryCredentialsResponse(
String tmpSecretId,
String tmpSecretKey,
String sessionToken,
long startTime,
long expiredTime
) {
}