mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2258 from fcheung/fix_sqs_credential_renewal
[AWS|SQS] Fix iam credentials not being refreshed
This commit is contained in:
commit
59a6e9fd3e
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…
Reference in a new issue