Done ticket GEPAFINBE-212 Fixed the filename decode issue for external doc upload API.

This commit is contained in:
piyushkag
2025-04-29 17:50:46 +05:30
parent 9990dc349e
commit 1ef09ce1d7
3 changed files with 18 additions and 10 deletions

View File

@@ -217,4 +217,9 @@ public class AmazonS3ServiceImpl implements AmazonS3Service {
}
}
public String extractS3KeyFromUrl(String url) {
return url.replace(s3Url, "");
}
}