mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 03:22:18 +00:00
Add Global Acceleration
This commit is contained in:
@@ -380,8 +380,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }}
|
OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }}
|
||||||
OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
|
OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
|
||||||
OSS_REGION: cn-beijing
|
OSSUTIL_ENDPOINT: https://oss-accelerate.aliyuncs.com
|
||||||
OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com
|
|
||||||
run: |
|
run: |
|
||||||
echo "::group::Uploading files to OSS"
|
echo "::group::Uploading files to OSS"
|
||||||
# Upload the artifact file to two different paths
|
# Upload the artifact file to two different paths
|
||||||
@@ -509,8 +508,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }}
|
OSSUTIL_ACCESS_KEY_ID: ${{ secrets.ALICLOUDOSS_KEY_ID }}
|
||||||
OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
|
OSSUTIL_ACCESS_KEY_SECRET: ${{ secrets.ALICLOUDOSS_KEY_SECRET }}
|
||||||
OSS_REGION: cn-beijing
|
OSSUTIL_ENDPOINT: https://oss-accelerate.aliyuncs.com
|
||||||
OSSUTIL_ENDPOINT: https://oss-cn-beijing.aliyuncs.com
|
|
||||||
run: |
|
run: |
|
||||||
echo "::group::Uploading GUI files to OSS"
|
echo "::group::Uploading GUI files to OSS"
|
||||||
# Upload the GUI artifact file to two different paths
|
# Upload the GUI artifact file to two different paths
|
||||||
|
|||||||
Reference in New Issue
Block a user