Skip to content

Commit

Permalink
refactoring s3 sout 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
betgws committed Aug 12, 2024
1 parent 3d9b289 commit 77e35f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/drinkeg/drinkeg/S3/S3Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public String SaveImage(MultipartFile image){ //이미지 한개 저장할 때

String pictureUrl = s3Manager.uploadFile(s3Manager.generateWineNewsKeyName(savedUuid), image);

System.out.println("pictureUrl: " + pictureUrl);

return pictureUrl;
}
Expand Down

0 comments on commit 77e35f5

Please sign in to comment.