最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

amazon s3 - Zipping and multipart uploading large folders to aws s3 - Stack Overflow

programmeradmin2浏览0评论

I'm looking to upload large files and folders to AWS S3. While I understand that multipart upload is necessary, I initially wanted to zip the folder before uploading it. I tried using JSZip for this, but it proved to be too memory-intensive to be practical. Given that I have a Lambda function that unzips the files, I'm seeking a straightforward solution that:

Uploads efficiently using a multipart approach

Zips large folders before upload

If zipping is not feasible (as I've been working on this for days), what would be the best way to proceed? My current stack includes Next.js, Supabase, and AWS.

发布评论

评论列表(0)

  1. 暂无评论