Skip to content

Commit 0cae52a

Browse files
author
suluyan
committed
minor fix
1 parent cd9592b commit 0cae52a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resources:
4646
mountPoints:
4747
- bucketName: ${vars.ossBucketName}
4848
bucketPath: ${vars.ossBucketSubPath}
49-
endpoint: http://oss-cn-${vars.region}-internal.aliyuncs.com
49+
endpoint: http://oss-${vars.region}-internal.aliyuncs.com
5050
mountDir: /mnt/cache
5151
readOnly: False
5252
{{ else }}vpcConfig:{{ if nasMountAddr != '' }}
@@ -90,7 +90,7 @@ resources:
9090
mountPoints:
9191
- bucketName: ${vars.ossBucketName}
9292
bucketPath: ${vars.ossBucketSubPath}
93-
endpoint: http://oss-cn-${vars.region}-internal.aliyuncs.com
93+
endpoint: http://oss-${vars.region}-internal.aliyuncs.com
9494
mountDir: /mnt/cache
9595
readOnly: False
9696
{{ else }}vpcConfig: ${resources.model_cache.output.vpcConfig}
@@ -191,7 +191,7 @@ resources:
191191
mountPoints:
192192
- bucketName: ${vars.ossBucketName}
193193
bucketPath: ${vars.ossBucketSubPath}
194-
endpoint: http://oss-cn-${vars.region}-internal.aliyuncs.com
194+
endpoint: http://oss-${vars.region}-internal.aliyuncs.com
195195
mountDir: /mnt/cache
196196
readOnly: False
197197
{{ else }}vpcConfig: ${resources.model_cache.output.vpcConfig}

0 commit comments

Comments
 (0)