Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat : DIG-99 Aws S3 이미지 추가 삭제 설정 #33

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

Dongjin113
Copy link
Collaborator

S3 버켓에 이미 삭제, 업로드 구현

### S3 버켓에 이미 삭제, 업로드 구현
Copy link
Collaborator

@dunowljj dunowljj left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

Copy link
Collaborator

@YEJINGO YEJINGO 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 +66 to +69
URL url = new URL(fileUrl);
String key = url.getPath().substring(1);
String filename = URLDecoder.decode(key, StandardCharsets.UTF_8);

Copy link
Collaborator

Choose a reason for hiding this comment

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

substring(1) 과 파일 이름을 디코딩하는 것은 왜 필요한가요?? 궁금합니당

@Dongjin113 Dongjin113 merged commit a814dc7 into Goorm-OGJG:develop Nov 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants