Skip to content

supabase 버킷 데이터 조회 구현#137

Open
Gyu-won wants to merge 2 commits intodevfrom
Feat/issue-#136
Open

supabase 버킷 데이터 조회 구현#137
Gyu-won wants to merge 2 commits intodevfrom
Feat/issue-#136

Conversation

@Gyu-won
Copy link
Contributor

@Gyu-won Gyu-won commented Sep 9, 2025

개요

  • Supabase storage 조회 기능 추가를 위한 PR

배경

  • Supabase storage 조회 구현

변경된 점

  • supbase Storage 조회 기능 구현
  • Storage 설정 통합 및 리팩터링

관련 이슈

close #136

@Gyu-won Gyu-won self-assigned this Sep 9, 2025
@Gyu-won Gyu-won added the feat New feature or request label Sep 9, 2025
Copy link
Member

@GitJIHO GitJIHO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

슈퍼베이스 리딩을 위해 작업하신거군요 좋습니다 👍

Comment on lines +75 to +82
supabase:
storage:
bucket: ${SUPABASE_BUCKET_NAME}
endpoint-url: ${SUPABASE_ENDPOINT_URL}
region: ${SUPABASE_REGION}
credentials:
access-key: ${SUPABASE_ACCESS_KEY}
secret-key: ${SUPABASE_SECRET_KEY} No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

추가된 값 배포 전에 노션에 최신화 부탁드립니다! 서버단에 바로 적용하겠습니다

Comment on lines +21 to +25
public class StorageService {

private final AmazonS3 awsS3Client;
private final AmazonS3 supabaseS3Client;
private final StorageConfig storageConfig;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금은 꼭 필요할 것 같지는 않습니다만
확장성을 고려해서 포트 기반 구현체로 추후 리팩터링 과정에서 도입해도 좋을 것 같네영

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Supabase storage 조회 구현

3 participants