Skip to content

Commit 5038aae

Browse files
committed
removal of an unnecessary bean tagging
1 parent e2a0359 commit 5038aae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/src/main/java/uk/nhs/adaptors/gp2gp/common/configuration/AppInitializer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public void afterPropertiesSet() throws ConfigurationException {
3434
}
3535
}
3636

37-
@Bean
3837
public S3Client getS3Client() throws ConfigurationException {
3938
if (StringUtils.isNotBlank(storageConnectorConfiguration.getTrustStoreUrl())
4039
&& storageConnectorConfiguration.getTrustStoreUrl().startsWith(S3_PREFIX)) {

0 commit comments

Comments
 (0)