├── README.md ├── conf ├── amazon.urls ├── base.urls └── nginx.conf ├── lib └── resty │ └── s3.lua └── lua-resty-s3-v1.0-1.rockspec /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesmarlowe/lua-resty-s3/HEAD/README.md -------------------------------------------------------------------------------- /conf/amazon.urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesmarlowe/lua-resty-s3/HEAD/conf/amazon.urls -------------------------------------------------------------------------------- /conf/base.urls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesmarlowe/lua-resty-s3/HEAD/conf/base.urls -------------------------------------------------------------------------------- /conf/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesmarlowe/lua-resty-s3/HEAD/conf/nginx.conf -------------------------------------------------------------------------------- /lib/resty/s3.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesmarlowe/lua-resty-s3/HEAD/lib/resty/s3.lua -------------------------------------------------------------------------------- /lua-resty-s3-v1.0-1.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jamesmarlowe/lua-resty-s3/HEAD/lua-resty-s3-v1.0-1.rockspec --------------------------------------------------------------------------------