Insert missing return

This commit is contained in:
Julian Raufelder 2021-04-22 10:54:03 +02:00 committed by Manuel Jenny
parent 2a8e635177
commit 939f3d2c1d
No known key found for this signature in database
GPG Key ID: 1C80FE62B2BEAA18

View File

@ -63,7 +63,7 @@ public class CloudEntityMapper extends EntityMapper<CloudEntity, Cloud> {
.withUsername(entity.getUsername()) //
.build();
case S3:
aS3Cloud() //
return aS3Cloud() //
.withId(entity.getId()) //
.withS3Endpoint(entity.getUrl()) //
.withS3Region(entity.getS3Region()) //