switch back to aws
This commit is contained in:
parent
ac185870ce
commit
c4f4163e4d
1 changed files with 7 additions and 8 deletions
|
|
@ -61,10 +61,10 @@ steps:
|
||||||
- name: Check if files for R version already exist in s3
|
- name: Check if files for R version already exist in s3
|
||||||
environment:
|
environment:
|
||||||
AWS_ACCESS_KEY_ID:
|
AWS_ACCESS_KEY_ID:
|
||||||
from_secret: b2_application_key_id
|
from_secret: aws_access_key_id
|
||||||
AWS_SECRET_ACCESS_KEY:
|
AWS_SECRET_ACCESS_KEY:
|
||||||
from_secret: b2_application_key
|
from_secret: aws_secret_access_key
|
||||||
AWS_ENDPOINT_URL: https://s3.eu-central-003.backblazeb2.com
|
AWS_REGION: eu-central-2
|
||||||
image: alpine:3.20
|
image: alpine:3.20
|
||||||
commands:
|
commands:
|
||||||
- apk add -q --no-cache aws-cli
|
- apk add -q --no-cache aws-cli
|
||||||
|
|
@ -114,13 +114,12 @@ steps:
|
||||||
strip_prefix: /tmp/${PLATFORM}/
|
strip_prefix: /tmp/${PLATFORM}/
|
||||||
source: /tmp/${PLATFORM}/*
|
source: /tmp/${PLATFORM}/*
|
||||||
target: ${PLATFORM_ID}/
|
target: ${PLATFORM_ID}/
|
||||||
region: s3.eu-central-003
|
region: eu-central-2
|
||||||
acl: public-read
|
# acl: public-read
|
||||||
access_key:
|
access_key:
|
||||||
from_secret: b2_application_key_id
|
from_secret: aws_access_key_id
|
||||||
secret_key:
|
secret_key:
|
||||||
from_secret: b2_application_key
|
from_secret: aws_secret_access_key
|
||||||
endpoint: s3.eu-central-003.backblazeb2.com
|
|
||||||
overwrite: false
|
overwrite: false
|
||||||
volumes:
|
volumes:
|
||||||
- ci-tmp-rwx:/tmp # agent on k8s
|
- ci-tmp-rwx:/tmp # agent on k8s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue