feat: 댓글 구조 변경
작성자 표시를 위해 CommentResponse에 isPostAuthor 필드 추가
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.*
|
||||
@Service
|
||||
class ImageService(
|
||||
private val s3Client: S3Client,
|
||||
@Value("\${cloud.aws.s3.endpoint}") private val endpoint: String
|
||||
@Value("\${spring.cloud.aws.s3.endpoint:http://minio:9000}") private val endpoint: String
|
||||
) {
|
||||
private val bucketName = "blog-images" // 버킷 이름
|
||||
|
||||
|
||||
Reference in New Issue
Block a user