Resolved conflicts.
This commit is contained in:
@@ -217,4 +217,9 @@ public class AmazonS3ServiceImpl implements AmazonS3Service {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public String extractS3KeyFromUrl(String url) {
|
||||
|
||||
return url.replace(s3Url, "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user