-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update the arg endpoint to the region
- Loading branch information
Showing
6 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,10 @@ jobs: | |
UPLOADER_OSS_SK: ${{ secrets.UPLOADER_OSS_SK }} | ||
UPLOADER_QINIU_AK: ${{ secrets.UPLOADER_QINIU_AK }} | ||
UPLOADER_QINIU_SK: ${{ secrets.UPLOADER_QINIU_SK }} | ||
UPLOADER_STORAGE_AK: ${{ secrets.UPLOADER_STORAGE_AK }} | ||
UPLOADER_STORAGE_SK: ${{ secrets.UPLOADER_STORAGE_SK }} | ||
UPLOADER_S3_AK: ${{ secrets.UPLOADER_S3_AK }} | ||
UPLOADER_S3_SK: ${{ secrets.UPLOADER_S3_SK }} | ||
UPLOADER_GOOGLE_SK: ${{ secrets.UPLOADER_GOOGLE_SK }} | ||
- name: Upload Coverage report to CodeCov | ||
uses: codecov/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh -l | ||
|
||
uptoc --driver "$1" --endpoint "$2" --bucket "$3" "$4" | ||
uptoc --driver "$1" --region "$2" --bucket "$3" "$4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0d0e3fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还好还看了这次更新,不然老是失败。
0d0e3fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, 第一次做开源项目,没有做好兼容。
另外,去你博客看了下,css加载不出来了。好像是因为现在用的
http.DetectContentType
检测不出text/css。 等我再修复一下0d0e3fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我查了一下阿里云和七牛的源码 都没有看到相关代码 在七牛里看到注释说Mime如果为空服务端会自动判断。
我猜测,他们自己的api应该有这种逻辑,而S3协议里没有,需要手动设置
0d0e3fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v1.3.1发布了,你再试一下。抱歉~ @eallion