aws-sdk-go-base
aws-sdk-go-base copied to clipboard
Introduce settings flag to stop execution if expired credentials error happen
Changes proposed in this pull request:
Introduce new settings parameter to stop retrying if AWS credentials are expired. To keep existing behavior (retry MaxRetries times) defaulted to false
@Dziman anyway we can help to get this merged?
We encountered this issue as well, this patch really helps to prevent the system to get into a incomplete state.
@Dziman anyway we can help to get this merged?
@jjoos if you can somehow reach maintainers and convince them this change should be merged ASAP :)
@Dziman Thank you very much for your work on this so long ago! We apologize for the delay. In essence, AWS fixed this problem so we did not end up needing the approach that you took.