manthanhd / node-aws-secrets

Manage encrypted secrets on S3 using KMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Methods should be called `get` and `set` instead of `resolve` and `upload`.

manthanhd opened this issue · comments

For readability and suitability for the language. Resolve could refer to promises and have other special meaning.

As suggested by @atwright147 (Andrew Wright).

👍