We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9dbb59 commit 9ed8ef3Copy full SHA for 9ed8ef3
lib/package/s3/schema.js
@@ -24,8 +24,7 @@ const key = Joi.alternatives().try([
24
const schema = Joi.object().keys({
25
action: action.required(),
26
bucket: bucket.required(),
27
- key: key.required(),
28
- cors: Joi.boolean().default(false)
+ key: key.required()
29
})
30
31
module.exports = schema
0 commit comments