lua-aws icon indicating copy to clipboard operation
lua-aws copied to clipboard

pure-lua implementation of aws REST APIs

Results 8 lua-aws issues
Sort by recently updated
recently updated
newest added

Hello, I'm returning to use the library in a new project!. So, using lua-resty-http as preferred_engine, s3 putOject returns: core.lua:159: api_log(): s3:v[2006-03-01]:PutObject:error:...al/share/lua/5.1/lua-aws/engines/http/lua-resty-http.lua:24: Method not supported: PUT @ stack traceback:

as title. reported to fail with following error ``` ./lua-aws/services/base.lua:19: attempt to index a userdata value ``` in the situation like below. ```lua local aws1 = AWS.new({ ..., region =...

suggested by @nkzawa, and I'm +1 on this. ### motivation - API call not always success, due to various reason. and simply retry API call until success (with some limit)...

### motivation - currently, lua-aws initialize all version of API of all supported service. that is waste of bootstrap time and resources. - it would be better to move on...

refs #63 figure out the way to test STS use case

latest version of nodejs aws-sdk support s3 select. Can you add support for s3 select in lua-aws?