Skip to content

Commit

Permalink
make s3 config optional
Browse files Browse the repository at this point in the history
The S3 config is not needed in S3C when only
deploying bucket notifications

Issue: BB-620
  • Loading branch information
Kerkesni committed Nov 21, 2024
1 parent 0acc024 commit 4fe68fd
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 4fe68fd

Please sign in to comment.