Replacing AwsClientProviderImpl using @Provider annotation #4609
-
Hey!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
please carefully read the documentation about dependency injection. What you are trying to do is only possible if the
|
Beta Was this translation helpful? Give feedback.
ok, then simply adding the
@Provider(isDefault = true)
won't solve anything in your case. What you're effectively trying to do is backporting the fix.Copy-pasting the
aws-s3-core
module in your code base won't work either, because there are transitive dependencies onto it.Why can't you use the latest version?