1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-14 20:41:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加腾讯云COS生成预授权URL功能

This commit is contained in:
2022-03-13 00:00:38 +08:00
parent 5f5c318da7
commit 1b78102d61
5 changed files with 154 additions and 0 deletions

View File

@@ -103,6 +103,12 @@
<scope>provided</scope>
</dependency>
<!-- 腾讯云对象存储 https://github.com/tencentyun/cos-java-sdk-v5 -->
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api</artifactId>
<version>5.6.69</version>
</dependency>
</dependencies>
<build>