Skip to content

Commit a4ba2f8

Browse files
committed
CLAP-113 Remove: s3presigner 삭제
<footer> - 관련: #76
1 parent cf7315d commit a4ba2f8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/main/java/clap/server/config/s3/KakaoS3Config.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,6 @@ public KakaoS3Config(
4343
}
4444

4545

46-
@Bean
47-
public S3Presigner s3Presigner() {
48-
S3Configuration s3Configuration = S3Configuration.builder()
49-
.pathStyleAccessEnabled(true)
50-
.build();
51-
52-
return S3Presigner.builder()
53-
.region(Region.of(region))
54-
.credentialsProvider(StaticCredentialsProvider.create(
55-
AwsBasicCredentials.create(accessKey, secretKey)))
56-
.endpointOverride(URI.create(endpoint))
57-
.serviceConfiguration(s3Configuration)
58-
.build();
59-
}
60-
61-
6246
@Bean
6347
public S3Client s3Client() {
6448
return S3Client.builder()

0 commit comments

Comments
 (0)