Skip to content

Commit

Permalink
Fix: memberservice 내 setter 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
gytjd committed Nov 25, 2024
1 parent 228038b commit fb63ba7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public String addOrUpdateAwsAndGcpKey(String email, String companyName, String a
AiwaKey aiwaKey = findOrCreateAiwaKey(member, companyName);
aiwaKey.setAccessKey(accessKey);
aiwaKey.setSecretKey(secretKey);
aiwaKey.setProjectId(projectId);

// AWS tfvars 파일 생성 및 URL 반환
String awsTfvarsUrl = s3Service.createAwsTfvarsFile(email, accessKey, secretKey);
Expand Down

0 comments on commit fb63ba7

Please sign in to comment.