bsc-s2 / lua-acid

A collection of lua util functions
MIT License
18 stars 5 forks source link

Module 'yaml' required #133

Closed taythebot closed 4 years ago

taythebot commented 4 years ago

I'm trying to use the lua-resty-s3-client library (https://github.com/bsc-s2/lua-resty-s3-client) and one of the requirements is this library. However this library seems to require another library called "yaml".

Could you direct me on how to install the "yaml" module?

drmingdrmer commented 4 years ago

There is no official git page for the yaml lib, so that I forked a repo here: https://github.com/drmingdrmer/lua-yaml

Hope this helps