AWS JDK 사용 시 property 적용법

salgu·2022년 1월 5일
0
 static {
        System.setProperty("aws.accessKeyId", "value");
        System.setProperty("aws.secretAccessKey"  , "value");
        System.setProperty("aws.region"  , "us-east-1");
 }

필드에 적용하면 정상작동 합니다.

profile
https://github.com/leeeesanggyu, leeeesanggyu@gmail.com

0개의 댓글