serverless-meta-sync
serverless-meta-sync copied to clipboard
keyPrefix value has an "s" added to the end of it in S3
The value of the keyPrefix configuration property has an "s" added to it when stored in the S3 bucket:
// s-project.json
{
"name": "ross",
"custom": {
"meta": {
"name": "bucketname",
"region": "us-east-1",
"keyPrefix": "ROSS"
}
},
"plugins": [
"serverless-meta-sync",
"serverless-serve",
"serverless-optimizer-plugin"
]
}
Filename in S3 bucket: ROSSs-variables-dev.json
Plugin version: v0.1.0