We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For long running services, IAM data expires after some time. This leads to simples3 returning 400 for requests.
Using Expiry: https://github.com/rhnvrm/simples3/blob/4257c79c4f11f9415434e8fbe8113ee6a353340b/simples3.go#L133C32-L133C42
It is possible to know that the data has already expired.
The client should ideally automatically handle comparing the expiry with the current time and updating the IAM response before making the requests.
The text was updated successfully, but these errors were encountered:
I can volunteer. Will raise a PR
Sorry, something went wrong.
No branches or pull requests
For long running services, IAM data expires after some time. This leads to simples3 returning 400 for requests.
Using Expiry: https://github.com/rhnvrm/simples3/blob/4257c79c4f11f9415434e8fbe8113ee6a353340b/simples3.go#L133C32-L133C42
It is possible to know that the data has already expired.
The client should ideally automatically handle comparing the expiry with the current time and updating the IAM response before making the requests.
The text was updated successfully, but these errors were encountered: