in src/main/java/com/epam/digital/data/platform/integration/ceph/factory/CephS3Factory.java [36:39]
public CephService createCephService(
String cephEndpoint, String cephAccessKey, String cephSecretKey) {
return new CephServiceS3Impl(s3Client(cephEndpoint, cephAccessKey, cephSecretKey));
}