We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ded367 + 90fedb9 commit ed01898Copy full SHA for ed01898
.github/workflows/ci-test.yml
@@ -1,9 +1,6 @@
1
name: NodeJS CI with NPM
2
3
-on:
4
- push:
5
- paths-ignore:
6
- - '**.md'
+on: [push]
7
8
jobs:
9
build:
CHANGELOG.md
@@ -4,6 +4,8 @@
- 对象存储,查询区域域名支持配置 UC 地址
- 对象存储,查询区域域名接口升级
- 对象存储,更新设置镜像源的域名
+- 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
+- 对象存储,新增备用 UC 域名用于查询区域域名
10
## 7.8.0
11
- 移除不推荐域名,并增加 亚太-首尔 和 华东-浙江2 固定区域
0 commit comments