Skip to content

Instantly share code, notes, and snippets.

View vladfedin's full-sized avatar

Vladimir Fedin vladfedin

  • logiceditor.com
  • ru, default city
View GitHub Profile
@vladfedin
vladfedin / AWS.lua
Created February 17, 2011 17:00
Amazon S3 REST API description and tests for lua-Spore
--
-- lua-Spore : <http://fperrad.github.com/lua-Spore/>
--
--[[
See http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?RESTAuthentication.html
]]
local pairs = pairs
local tostring = tostring