Replies: 1 comment
-
|
I think this makes more sense to be a feature request on the issue tracker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm working with the S3 SDK, and I wanted to find a way to auto apply configuration to the S3Client. I work at a company that requires specific configs while accessing our S3 compliant object store. We want to streamline setting the configs for internal users. It seems that the AWS config file can't set API call timeouts & user agent prefixes. It would be nice if we could have a way to set settings from a single call site in a project and not rely on using something like
addPlugin()for each S3Client created. Specifically we want to set API call timeout, API call attempt timeout, retry strategy, and user agent.I found that ExecutionIntercepters can be autoloaded through the "/software/amazon/awssdk/services/{service}/execution.interceptors" file. Is there a way to do this with SDKPlugins? If it doesn't exist, or if I have missed a better solution, would you accept a contribution for this feature?
Beta Was this translation helpful? Give feedback.
All reactions