serverless-meta-sync icon indicating copy to clipboard operation
serverless-meta-sync copied to clipboard

keyPrefix value has an "s" added to the end of it in S3

Open notmessenger opened this issue 9 years ago • 0 comments

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

notmessenger avatar Apr 29 '16 18:04 notmessenger