Skip to content

Commit

Permalink
Merge pull request #41 from AWS-Cloud-School-6/38-fix-credential-경로-수정
Browse files Browse the repository at this point in the history
Fix: S3Service 의존성 주입
  • Loading branch information
nareunhang authored Nov 22, 2024
2 parents bb06e25 + 0ccacaf commit b669de3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ public class GcpResourceService {

@Autowired
private ResponseService responseService;
private final RestTemplate restTemplate;
@Autowired
private S3Service s3Service;
private final RestTemplate restTemplate;

private GoogleCredentials getCredentials(String userId) throws IOException {
//credential파일 반환
Expand Down

0 comments on commit b669de3

Please sign in to comment.