<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Build on AWS</title><link>https://buildonaws.lakil.org/ko/tags/python/</link><description>Recent content in Python on Build on AWS</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Thu, 14 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://buildonaws.lakil.org/ko/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>고객에게 대용량 파일 공유할 때 — S3 + CloudFront Signed URL 자동화 스크립트</title><link>https://buildonaws.lakil.org/ko/posts/share-files-with-signed-url/</link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><guid>https://buildonaws.lakil.org/ko/posts/share-files-with-signed-url/</guid><description>&lt;h1 id="고객에게-대용량-파일-공유할-때--s3--cloudfront-signed-url-자동화-스크립트"&gt;고객에게 대용량 파일 공유할 때 — S3 + CloudFront Signed URL 자동화 스크립트&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; 고객에게 대용량 파일이나 다수의 파일을 공유해야 할 때, S3에 업로드하고 CloudFront Signed URL로 7일간 다운로드 가능한 링크를 만드는 과정을 &lt;code&gt;sharelink.py &amp;lt;경로&amp;gt;&lt;/code&gt; 한 줄로 자동화했습니다. 디렉토리를 지정하면 자동으로 zip 압축 후 업로드합니다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key Terms:&lt;/strong&gt; CloudFront Signed URL = CloudFront 배포에 대해 시간 제한이 있는 접근 권한을 부여하는 URL. RSA 키 페어로 서명 | S3 = Amazon Simple Storage Service. 객체 스토리지 | OAC = Origin Access Control. S3 버킷에 대한 직접 접근을 차단하고 CloudFront를 통해서만 접근을 허용하는 메커니즘&lt;/p&gt;</description></item></channel></rss>