Skip to content

Commit

Permalink
Exertanlize cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Feb 13, 2023
1 parent c621561 commit ac4b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resty/aws-signature.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function INST:aws_set_headers(host, path, query, opts)
local timestamp = tonumber(ngx.time())

local date = get_iso8601_basic_short(timestamp)
local key_cache_id = opts.region .. '/' .. opts.service
local key_cache_id = opts.region .. '/' .. opts.service .. '/' .. self.creds.access_key

local derived_signing_key
if self.cache_get then
Expand Down

0 comments on commit ac4b96c

Please sign in to comment.