Update .gitlab-ci.yml, ci/.aws/config, ci/.aws/credentials files

This commit is contained in:
Black Hat
2019-08-16 13:49:49 +00:00
parent aad29d92af
commit 2973c91361
3 changed files with 32 additions and 1 deletions

14
ci/.aws/config Normal file
View File

@@ -0,0 +1,14 @@
[plugins]
endpoint = awscli_plugin_endpoint
[default]
region = REGION
s3 =
endpoint_url = ENDPOINT_URL
signature_version = s3v4
max_concurrent_requests = 1000
max_queue_size = 10000
multipart_threshold = 50MB
multipart_chunksize = 10MB
s3api =
endpoint_url = ENDPOINT_URL

3
ci/.aws/credentials Normal file
View File

@@ -0,0 +1,3 @@
[default]
aws_access_key_id=AWS_ACCESS_KEY_ID
aws_secret_access_key=AWS_SECRET_ACCESS_KEY