We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a0359 commit 5038aaeCopy full SHA for 5038aae
service/src/main/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializer.java
@@ -34,7 +34,6 @@ public void afterPropertiesSet() throws ConfigurationException {
34
}
35
36
37
- @Bean
38
public S3Client getS3Client() throws ConfigurationException {
39
if (StringUtils.isNotBlank(storageConnectorConfiguration.getTrustStoreUrl())
40
&& storageConnectorConfiguration.getTrustStoreUrl().startsWith(S3_PREFIX)) {
0 commit comments