Fix #21, check the AWS user-id on S3 manifests

This commit is contained in:
Anders Ingemann 2014-05-04 14:02:38 +02:00
parent a3b84737f1
commit 20eabc8aca

View file

@ -13,7 +13,8 @@
"type": "string"
},
"user-id": {
"type": "string"
"type": "string",
"pattern": "(^arn:aws:iam::\\d*:user/\\w.*$)|(^\\d{4}-\\d{4}-\\d{4}$)"
}
}
},