serverless / serverless-meta-sync

Secure syncing of serverless project meta data across teams
44 stars 14 forks source link

Separate bucket needed for every project? #6

Closed kennu closed 8 years ago

kennu commented 8 years ago

Looking at the S3 key structure, it seems that variables are stored as:

BUCKET/_servereless_meta_sync/variables/s-variables-development.json

Does it mean I need to create a separate bucket for every project to be synced?

kennu commented 8 years ago

Perhaps the key prefix could be made configurable in s-project.json. Especially since it has a typo :-)

minibikini commented 8 years ago

Done. Thank you @kennu!

edclement commented 8 years ago

can you cut a 0.0.2 for this?

kennu commented 8 years ago

Works very nicely, thanks. :-)