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,9 @@
package com.cadlabel.dto.cos;
public record PrepareCosUploadSessionResponse(
String bucket,
String region,
String keyPrefix,
CosTemporaryCredentialsResponse credentials
) {
}