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
It seems S3Presigner is not being built considering the endpoint coming from ObjectProvider<AwsConnectionDetails> connectionDetails. As such, using @ServiceConnection is not possible as the endpoint is not set accordingly.
The text was updated successfully, but these errors were encountered:
Hi!
Considering the below code:
spring-cloud-aws/spring-cloud-aws-autoconfigure/src/main/java/io/awspring/cloud/autoconfigure/s3/S3AutoConfiguration.java
Lines 105 to 123 in 6151537
It seems S3Presigner is not being built considering the endpoint coming from
ObjectProvider<AwsConnectionDetails> connectionDetails
. As such, using@ServiceConnection
is not possible as the endpoint is not set accordingly.The text was updated successfully, but these errors were encountered: