We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0757a commit 7163157Copy full SHA for 7163157
src/main/java/org/tuna/zoopzoop/backend/domain/space/space/service/SpaceService.java
@@ -32,7 +32,7 @@ public class SpaceService {
32
private final TagRepository tagRepository;
33
private final DataSourceRepository dataSourceRepository;
34
35
- @Value("${aws.s3.prefix}")
+ @Value("${cloud.aws.s3.prefix}")
36
private String s3Prefix;
37
38
// ======================== 스페이스 조회 ======================== //
src/main/resources/application.yml
@@ -110,6 +110,7 @@ spring:
110
bucket: ${AWS_S3_BUCKET_NAME}
111
stack:
112
auto: false
113
+ prefix: ${AWS_S3_PREFIX}
114
115
#Spring doc 설정
116
springdoc:
0 commit comments