네트워크 이미지를 S3에 업로드

GisangLee·2023년 4월 7일
0

python

목록 보기
6/8
    def save_object_to_s3(self, image_url, key):
        with urllib.request.urlopen(image_url) as f:
            self.s3.put_object(Key="버킷 오브젝트 key", Body=f.read(), Bucket="버킷이름")
profile
포폴 및 이력서 : https://gisanglee.github.io/web-porfolio/

0개의 댓글