File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# Regions
4- COS_REGION_PRIMARY=au-syd
4+ COS_REGION_PRIMARY=eu-es
55COS_REGION_SECONDARY=eu-es
66PROJECT_REGION=eu-es
77PROJECT_NAME=" Cos2Cos"
88
99# Resource groups
1010PROJECT_RESOURCE_GROUP=resource-group
11- COS_RESOURCE_GROUP_PRIMARY=resource-group
12- COS_RESOURCE_GROUP_SECONDARY=resource-group
11+ COS_RESOURCE_GROUP_PRIMARY=${PROJECT_RESOURCE_GROUP}
12+ COS_RESOURCE_GROUP_SECONDARY=${PROJECT_RESOURCE_GROUP}
1313
1414# Creating a COS Instance
1515COS_INSTANCE_NAME_PRIMARY=cos-instance-one
@@ -20,7 +20,7 @@ COS_BUCKET_NAME_PRIMARY=cos-bucket-one
2020COS_BUCKET_NAME_SECONDARY=cos-bucket-two
2121
2222# Endpoints
23- COS_ENDPOINT_PRIMARY=s3.au-syd .cloud-object-storage.appdomain.cloud
23+ COS_ENDPOINT_PRIMARY=s3.eu-es .cloud-object-storage.appdomain.cloud
2424COS_ENDPOINT_SECONDARY=s3.eu-es.cloud-object-storage.appdomain.cloud
2525
2626# Trusted Profile
@@ -31,7 +31,4 @@ JOB_NAME=cos2cos-job
3131
3232# Define registry credentials
3333BASE_SECRET=ce-secret
34- AUTH_SECRET=auth-secret
35-
36- # Array Size of Job run Instance
37- ARRAY_SIZE=13
34+ AUTH_SECRET=auth-secret
You can’t perform that action at this time.
0 commit comments