阿里云oss

This commit is contained in:
lzh
2025-07-16 14:56:48 +08:00
parent 1e2d00edaf
commit e246123ce2

View File

@@ -42,7 +42,6 @@ func (c *ALiYunOSSClient) GetSignUrl(bucket string, key string, expires time.Dur
&oss.PutObjectRequest{
Bucket: oss.Ptr(bucket),
Key: oss.Ptr(key),
ContentType: oss.Ptr("application/octet-stream"),
},
oss.PresignExpires(expires),
)