You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that each time when I make a request to OpenSearch with this client, it makes an additional request to sts for each OS request. Due to that behavior, each request is little bit slower
What solution would you like?
It should be possible to provide some caching store like a local filesystem - opensearch client should use that to store result of STS call. I think aws SDK PHP should support that already
What alternatives have you considered?
Don't know any alternative
The text was updated successfully, but these errors were encountered:
I would like to implement that in OpenSearch, as I would like to make it more independent of aws-php SDK.
We can require https://packagist.org/packages/psr/cache and allow as an optional parameter a caching
Is your feature request related to a problem?
I noticed that each time when I make a request to OpenSearch with this client, it makes an additional request to sts for each OS request. Due to that behavior, each request is little bit slower
What solution would you like?
It should be possible to provide some caching store like a local filesystem - opensearch client should use that to store result of STS call. I think aws SDK PHP should support that already
What alternatives have you considered?
Don't know any alternative
The text was updated successfully, but these errors were encountered: