3 ms·
Any recommendations for s3/b2 - anyone can upload (or with password) and only the admin can download? Goal: allow customers to upload large files.
by voiper1 2y ago
Any recommendations for s3/b2 - anyone can upload (or with password) and only the admin can download?
Goal: allow customers to upload large files.
- bobnamob 2y agoTo go full aws on this: - lambda vending s3 pre signed urls with put only permissions - a static page with 20 lines of js that requests one of those urls and does the put I’m not aware of any existing solutions, but your problem seems simple enough that you could roll a solution yourself
- INTPenis 2y agoThis is exactly what I use Firefox Send for in my org. It's not strictly "admin can download" but anyone with the password/link can download. The effect is the same.
- ricardbejarano 2y agoI run https://www.wormhol.org https://www.wormhol.org Ping me if you want your own instance. It uploads to S3. I could make it such that only you/admin can download. Right now everyone with the link can. Supports up to 5GB (S3's limit without doing multipart uploads).