static { System.setProperty("aws.accessKeyId", "value"); System.setProperty("aws.secretAccessKey" , "value"); System.setProperty("aws.region" , "us-east-1"); }
필드에 적용하면 정상작동 합니다.