templates: add s3 bucket name

Composer API v2 requires a bucket name to be set in composer configuration.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-10-29 12:43:03 +02:00 committed by Tom Gundersen
parent 57250f5496
commit 7cf02091d1

View file

@ -207,6 +207,8 @@ objects:
enable_jwt = true
jwt_keys_url = "${SSO_BASE_URL}/protocol/openid-connect/certs"
jwt_acl_file = "${COMPOSER_CONFIG_DIR}/acl.yml"
[koji.aws_config]
bucket = "imagebuilder.service.staging"
[worker]
request_job_timeout = "20s"
base_path = "/api/image-builder-worker/v1"