init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.cadlabel.dto.cos;
|
||||
|
||||
public record PrepareCosUploadSessionResponse(
|
||||
String bucket,
|
||||
String region,
|
||||
String keyPrefix,
|
||||
CosTemporaryCredentialsResponse credentials
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user