I have a long-running app using aws-api, and it seems like the S3 client (and maybe any other client) needs to be refreshed/recreated periodically. I eventually start getting ExpiredToken
errors. I didn’t see anything in the docs about this. Is there guidance for how long I can use the same client?
are you using latest @taylor? there was a bug in the previous release
maybe not very latest, I’ll upgrade
should I be able to use the same client instance indefinitely though?
should be yes
the credentials will refresh in the background, like other clients