Skip to content

Commit

Permalink
fix(AWS S3): Recognize BucketKeyEnabled setting (#9985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Sep 22, 2021
1 parent af39fc0 commit 54bb13b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/plugins/aws/package/compile/events/s3/configSchema.js
Expand Up @@ -168,6 +168,9 @@ module.exports = {
required: ['SSEAlgorithm'],
additionalProperties: false,
},
BucketKeyEnabled: {
type: 'boolean',
},
},
additionalProperties: false,
},
Expand Down

0 comments on commit 54bb13b

Please sign in to comment.