fix:新的解析jwtToken返回
This commit is contained in:
parent
7dc95e3cba
commit
fed40e2aa8
@ -104,7 +104,7 @@ func (upload *Upload) UploadFileByBase64(req *UploadBaseReq) (*UploadBaseRes, er
|
|||||||
&s3.PutObjectInput{
|
&s3.PutObjectInput{
|
||||||
Bucket: bucketName,
|
Bucket: bucketName,
|
||||||
Key: &resourceId,
|
Key: &resourceId,
|
||||||
CacheControl: aws.String("no-cache, must-revalidate"),
|
// CacheControl: aws.String("no-cache, must-revalidate"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -229,7 +229,7 @@ func (upload *Upload) UploadFileByByte(req *UploadBaseReq) (*UploadBaseRes, erro
|
|||||||
&s3.PutObjectInput{
|
&s3.PutObjectInput{
|
||||||
Bucket: bucketName,
|
Bucket: bucketName,
|
||||||
Key: &resourceId,
|
Key: &resourceId,
|
||||||
CacheControl: aws.String("no-cache, must-revalidate"),
|
// CacheControl: aws.String("no-cache, must-revalidate"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user