Validate session token on the node #2898
Labels
enhancement
Improving existing functionality
I4
No visible changes
S3
Minimally significant
U2
Seriously planned
Milestone
Is your feature request related to a problem? Please describe.
Using session tokens with bucket operations like create/delete bucket is an async story. In the SDK we use Waiter to get the successful result of such operations.
Despite this, if the session token is expired, the waiter will wait until timeout, because the request was correct, and correctly signed.
Describe the solution you'd like
It would be perfect if the node were requested immediately if the session token expired, was wrong by any parameter, etc.
Or even in any other requests, when node can check something
Additional context
Receiving any error on any request to the node can make the developer's life easier
The text was updated successfully, but these errors were encountered: