I happen to face an issue when using AWS temporary security credentials solution in parallel for many tables which cause Missing credentials in config error randomly.
So I need to set some more general configuration options such as httpOptions and maxRetries.
( some references: 1, 2, 3)
But since param object, which holds aws config options, is not customisable outside of this library, it is not possible.
--
@dylanlingelbach, do you think we can fork, merge these PRs and work around existing issues if you don't get write access in any near future?
I happen to face an issue when using AWS temporary security credentials solution in parallel for many tables which cause
Missing credentials in config
error randomly. So I need to set some more general configuration options such ashttpOptions
andmaxRetries.
( some references: 1, 2, 3)But since
param
object, which holds aws config options, is not customisable outside of this library, it is not possible.-- @dylanlingelbach, do you think we can fork, merge these PRs and work around existing issues if you don't get write access in any near future?