Skip to content

Commit

Permalink
Fix: S3Config 환경변수 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mjttong committed Aug 26, 2024
1 parent de9e6df commit 7e3eab2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
@Configuration
public class S3Config {

@Value("${cloud.aws.credentials.access-key}")
@Value("${cloud.aws.credentials.accessKey}")
private String accessKey;

@Value("${cloud.aws.credentials.secret-key}")
@Value("${cloud.aws.credentials.secretKey}")
private String secretKey;

@Value("${cloud.aws.region.static}")
Expand Down

0 comments on commit 7e3eab2

Please sign in to comment.