Skip to content

Commit

Permalink
Fix: 이미지 업로드 안 되는 오류 해결 (#252)
Browse files Browse the repository at this point in the history
* Refactor: 리펙토링

* fix(#251): 이미지 버킷 이름 변경
  • Loading branch information
dongkyun0713 authored Dec 23, 2024
1 parent c4255c7 commit d457665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class S3Service {

private final S3Client s3Client;

private static final String BUCKET_NAME = "kkeujeok-image-bucket";
private static final String BUCKET_NAME = "kkeujeok-s3-images-bucket";
private static final String IMAGE_PATH = "challenge-images/";
private static final String S3_URL_FORMAT = "https://%s.s3.amazonaws.com/%s";
private static final String IMAGE_EXTENSION = ".jpg";
Expand Down

0 comments on commit d457665

Please sign in to comment.