This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ingpyo
approved these changes
Sep 21, 2023
빨리 만들어주세요. 숨참 |
ezzanzzan
approved these changes
Sep 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다 !! 🙇♀️
echo724
pushed a commit
that referenced
this pull request
Sep 21, 2023
* refactor: Parser -> Block 표현 변및 NotionDivider 추가 * feat: Notion Image로부터 url 파싱 로직 구현 * feat: Image url로부터 이미지 upload 요청을 처리하는 NotionImageUploader 구현 * feat: S3 Client 빈 설정 * feat: NotionImageUploadListener 구현 * feat: S3 업로드를 위한 `S3Uploader` 구현 * feat: Notion에서 다운받은 이미지를 업로드 요청하는 `NotionImageUploader` 구현 * feat: ImageUploader를 이용해 이미지 파일 업로드 구현 * refactor: 사용하지 않는 설정들 제거 * refactor: 의존성 분리를 위한 패키지 분리 - `NotionParser` -> `NotionParseService`
echo724
pushed a commit
that referenced
this pull request
Sep 21, 2023
* refactor: Parser -> Block 표현 변및 NotionDivider 추가 * feat: Notion Image로부터 url 파싱 로직 구현 * feat: Image url로부터 이미지 upload 요청을 처리하는 NotionImageUploader 구현 * feat: S3 Client 빈 설정 * feat: NotionImageUploadListener 구현 * feat: S3 업로드를 위한 `S3Uploader` 구현 * feat: Notion에서 다운받은 이미지를 업로드 요청하는 `NotionImageUploader` 구현 * feat: ImageUploader를 이용해 이미지 파일 업로드 구현 * refactor: 사용하지 않는 설정들 제거 * refactor: 의존성 분리를 위한 패키지 분리 - `NotionParser` -> `NotionParseService`
echo724
pushed a commit
that referenced
this pull request
Sep 22, 2023
* refactor: Parser -> Block 표현 변및 NotionDivider 추가 * feat: Notion Image로부터 url 파싱 로직 구현 * feat: Image url로부터 이미지 upload 요청을 처리하는 NotionImageUploader 구현 * feat: S3 Client 빈 설정 * feat: NotionImageUploadListener 구현 * feat: S3 업로드를 위한 `S3Uploader` 구현 * feat: Notion에서 다운받은 이미지를 업로드 요청하는 `NotionImageUploader` 구현 * feat: ImageUploader를 이용해 이미지 파일 업로드 구현 * refactor: 사용하지 않는 설정들 제거 * refactor: 의존성 분리를 위한 패키지 분리 - `NotionParser` -> `NotionParseService`
echo724
pushed a commit
that referenced
this pull request
Oct 6, 2023
* refactor: Parser -> Block 표현 변및 NotionDivider 추가 * feat: Notion Image로부터 url 파싱 로직 구현 * feat: Image url로부터 이미지 upload 요청을 처리하는 NotionImageUploader 구현 * feat: S3 Client 빈 설정 * feat: NotionImageUploadListener 구현 * feat: S3 업로드를 위한 `S3Uploader` 구현 * feat: Notion에서 다운받은 이미지를 업로드 요청하는 `NotionImageUploader` 구현 * feat: ImageUploader를 이용해 이미지 파일 업로드 구현 * refactor: 사용하지 않는 설정들 제거 * refactor: 의존성 분리를 위한 패키지 분리 - `NotionParser` -> `NotionParseService`
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ Issue
✅ Tasks
⏰ Time Difference
📝 Note
예를들어, image가 "project/donggle/images/image.png"에 위치할 경우, bucket은 "project"이고 key는 "donggle/images/"이다.
/
가 붙지 않고, key에는 마지막에/
가 붙는다.