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

Feature | #5 | @lcomment | Presigned Url 발급 로직 구현 #11

Merged
merged 4 commits into from
Nov 27, 2023

Conversation

lcomment
Copy link
Contributor

Issue Number

#5

Description

  • presigned url 발급 비즈니스 로직 구현

Core Code

	private fun getPresignedUrl(path: String, method: HttpMethod): String {
		return awsS3Config.amazonS3Client().generatePresignedUrl(
			getGeneratePresignedUrlRequest(path, method, getExpiration())
		).toString()
	}

etc

@lcomment lcomment self-assigned this Nov 27, 2023
@lcomment lcomment changed the title Feature/#5 Feature | #5 | @lcomment | Presigned Url 발급 로직 구현 Nov 27, 2023
@lcomment lcomment merged commit 7b2f4b8 into develop Nov 27, 2023
1 check failed
@lcomment lcomment deleted the feature/#5 branch November 27, 2023 15:20
@lcomment lcomment added the v1.0 version 1.0 label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 version 1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant