Skip to content

Commit

Permalink
Fix: S3Service 의존성 주입
Browse files Browse the repository at this point in the history
  • Loading branch information
nareunhang committed Nov 22, 2024
1 parent 898069c commit 0ccacaf
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 0ccacaf

Please sign in to comment.