removes inadvertent checkin.

This commit is contained in:
spencergibb
2020-06-15 17:03:34 -04:00
parent 9021b3805f
commit d0151dd92b

View File

@@ -37,7 +37,6 @@ public class AwsS3EnvironmentRepositoryFactory implements
if (environmentProperties.getRegion() != null) {
clientBuilder.withRegion(environmentProperties.getRegion());
}
clientBuilder.withClientConfiguration()
final AmazonS3 client = clientBuilder.build();
if (environmentProperties.getEndpoint() != null) {
client.setEndpoint(environmentProperties.getEndpoint());