cloudapi/v2: Configurable aws bucket

Fixes #1855
This commit is contained in:
sanne 2021-10-05 21:36:08 +02:00 committed by Tom Gundersen
parent b6c08f3056
commit 4eca54b6ed
6 changed files with 16 additions and 12 deletions

View file

@ -33,6 +33,9 @@ func TestDefaultConfig(t *testing.T) {
EnableTLS: true,
EnableMTLS: true,
EnableJWT: false,
AWS: AWSConfig{
Bucket: "image-builder.service",
},
}, defaultConfig.Koji)
require.Equal(t, WorkerAPIConfig{