init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.cadlabel.dto.cos;
|
||||
|
||||
public record CosTemporaryCredentialsResponse(
|
||||
String tmpSecretId,
|
||||
String tmpSecretKey,
|
||||
String sessionToken,
|
||||
long startTime,
|
||||
long expiredTime
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user