Skip to content

Commit

Permalink
Run in module environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 26, 2023
1 parent ac4b96c commit 58ca734
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/resty/aws-signature.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ limitations under the License.
local resty_hmac = require('resty.hmac')
local resty_sha256 = require('resty.sha256')
local str = require('resty.string')
local os = os
local ngx = ngx
local setmetatable = setmetatable
local tonumber = tonumber

setfenv(1, {})

local _M = { _VERSION = '0.2.0' }

Expand Down

0 comments on commit 58ca734

Please sign in to comment.