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

@@ -21,4 +21,5 @@ AmazonS3Service {
UploadFileOnAmazonS3Response copyFile(String fileName, String oldS3Path, String newS3Path);
String extractS3KeyFromUrl(String url);
}