Skip to content

Commit

Permalink
Fix: weekly 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Train0303 committed Nov 11, 2023
1 parent 9444c22 commit 9e6091e
Showing 1 changed file with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
package com.kakao.linknamu.core.util;

import com.amazonaws.services.s3.AmazonS3Client;
import com.amazonaws.services.s3.model.ObjectMetadata;
import com.amazonaws.services.s3.model.PutObjectRequest;
import com.kakao.linknamu.core.exception.Exception400;
import com.kakao.linknamu.thirdparty.utils.JsoupUtils;

import lombok.RequiredArgsConstructor;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

import javax.imageio.ImageIO;

import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.UUID;

import javax.imageio.ImageIO;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;

import com.amazonaws.services.s3.AmazonS3Client;
import com.amazonaws.services.s3.model.ObjectMetadata;
import com.amazonaws.services.s3.model.PutObjectRequest;
import com.kakao.linknamu.core.exception.Exception400;

import lombok.RequiredArgsConstructor;

@RequiredArgsConstructor
@Component
public class S3ImageClient {
Expand Down

0 comments on commit 9e6091e

Please sign in to comment.