Skip to content

Commit

Permalink
운영 서버 배포 (#253)
Browse files Browse the repository at this point in the history
* Update deploy.yml

* fix: 친구 수락 알림 메시지 수정 (#249)

* Refactor: 리펙토링

* fix: 친구 수락 알림 메시지 수정

* Update deploy.yml

* Fix: 이미지 업로드 안 되는 오류 해결 (#252)

* Refactor: 리펙토링

* fix(#251): 이미지 버킷 이름 변경
  • Loading branch information
dongkyun0713 authored Dec 23, 2024
1 parent 4c24a11 commit 669d94b
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 669d94b

Please sign in to comment.