Skip to content

Commit

Permalink
make s3 config optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Nov 20, 2024
1 parent b20da01 commit 3e0b3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.joi.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const joiSchema = joi.object({
requiredAcks: joi.number().default(KAFKA_PRODUCER_DEFAULT_REQUIRED_ACKS),
},
transport: transportJoi,
s3: hostPortJoi.required(),
s3: hostPortJoi.optional(),
vaultAdmin: hostPortJoi,
queuePopulator: {
auth: authJoi,
Expand Down

0 comments on commit 3e0b3d2

Please sign in to comment.