Skip to content

Commit

Permalink
[fix] S3 컨피그 yml 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Aug 18, 2024
1 parent 270219d commit 0faac13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
@Component
public class S3Config {

@Value("${credentials.access-key}")
@Value("${cloud.aws.credentials.access-key}")
private String accessKey;
@Value("${credentials.secret-key}")
@Value("${cloud.aws.credentials.secret-key}")
private String secretKey;
@Value("${cloud.aws.region.static}")
private String region;
Expand Down

0 comments on commit 0faac13

Please sign in to comment.