lua-resty-s3 - Lua S3-Like API
make install
Add package path into nginx.conf.
lua_package_path '/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua;;';
content_by_lua_file /usr/local/openresty/lualib/resty/s3/init.lua;