Skip to content

Commit a9c7e2a

Browse files
author
EpicFn
committed
fix : 오타 수정
1 parent 7163157 commit a9c7e2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/main/java/org/tuna/zoopzoop/backend/domain/space/space/service/SpaceService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class SpaceService {
3232
private final TagRepository tagRepository;
3333
private final DataSourceRepository dataSourceRepository;
3434

35-
@Value("${cloud.aws.s3.prefix}")
35+
@Value("${spring.cloud.aws.s3.prefix}")
3636
private String s3Prefix;
3737

3838
// ======================== 스페이스 조회 ======================== //

src/main/resources/application.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ spring:
108108
static: ap-northeast-2
109109
s3:
110110
bucket: ${AWS_S3_BUCKET_NAME}
111+
prefix: ${AWS_S3_PREFIX}
111112
stack:
112113
auto: false
113-
prefix: ${AWS_S3_PREFIX}
114+
114115

115116
#Spring doc 설정
116117
springdoc:

0 commit comments

Comments
 (0)