mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|SQS] Fix iam credentials not being refreshed
This commit is contained in:
parent
f2f90bf2cf
commit
3d4bb3375d
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ module Fog
|
|||
end
|
||||
|
||||
def request(params)
|
||||
refresh_credentials_if_expired
|
||||
|
||||
idempotent = params.delete(:idempotent)
|
||||
parser = params.delete(:parser)
|
||||
path = params.delete(:path)
|
||||
|
|
Loading…
Add table
Reference in a new issue