DavidMuller / aws-requests-auth

AWS signature version 4 signing process for the python requests module
Other
504 stars 92 forks source link

Can we add support for regeneration of the STS token ? #59

Open pghole opened 3 years ago

pghole commented 3 years ago

Can we add support for regeneration of the STS token, as the token would get expired after sometime. (for those using REST APIs only, without boto packages)

For eg - Downloading large file from S3 and if the token expires in between, the file downloaded would be incomplete.