Skip to content

Commit

Permalink
[CHORE] 줄바꿈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
a-young-kim committed Aug 28, 2024
1 parent 330497e commit 263b5c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ private String generateFileName(String memberId, String extension) {
}
}



private File convertMultiPartFileToFile(MultipartFile file) throws IOException {
File convFile = new File(file.getOriginalFilename());
FileOutputStream fos = new FileOutputStream(convFile);
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/fav/daengnyang/global/config/S3Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.AmazonS3ClientBuilder;



@Configuration
public class S3Config {
@Value("${aws.s3.access-key}")
Expand Down

0 comments on commit 263b5c2

Please sign in to comment.