Skip to content

Commit

Permalink
refactor(AwsS3Uploader) : 업로드 개수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mjj111 authored Nov 3, 2024
1 parent 87723f7 commit 1930244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class AwsS3Uploader {
private static final String JPEG_FILE_EXTENSION = "jpeg";
private static final String GIF_FILE_EXTENSION = "gif";
private static final String JPG_FILE_EXTENSION = "jpg";
private static final int MAX_UPLOADS = 2;
private static final int MAX_UPLOADS = 3;
private static final long MAX_IMAGE_SIZE = 10 * 1024 * 1024; // 10 MB


Expand Down

0 comments on commit 1930244

Please sign in to comment.