Sharing Large Files with Customers — Automating S3 + CloudFront Signed URLs
Sharing Large Files with Customers — Automating S3 + CloudFront Signed URLs TL;DR: When you need to share large files or directories with customers, this script automates the entire flow — zip compression, S3 upload, and CloudFront Signed URL generation — in a single command: sharelink.py <path>. The generated link is valid for 7 days.
Key Terms: CloudFront Signed URL = A time-limited URL that …