|
|
|
@ -7,12 +7,13 @@ type MinioStorageCredentialReq struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type MiniostorageCredentialResp struct {
|
|
|
|
|
SecretAccessKey string `json:"secretAccessKey"`
|
|
|
|
|
AccessKeyID string `json:"accessKeyID"`
|
|
|
|
|
SessionToken string `json:"sessionToken"`
|
|
|
|
|
BucketName string `json:"bucketName"`
|
|
|
|
|
StsEndpointURL string `json:"stsEndpointURL"`
|
|
|
|
|
StorageTime int `json:"storageTime"`
|
|
|
|
|
SecretAccessKey string `json:"secretAccessKey"`
|
|
|
|
|
AccessKeyID string `json:"accessKeyID"`
|
|
|
|
|
SessionToken string `json:"sessionToken"`
|
|
|
|
|
BucketName string `json:"bucketName"`
|
|
|
|
|
StsEndpointURL string `json:"stsEndpointURL"`
|
|
|
|
|
StorageTime int `json:"storageTime"`
|
|
|
|
|
IsDistributedMod bool `json:"isDistributedMod"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type MinioUploadFileReq struct {
|
|
|
|
|