Hacker News new | ask | show | jobs
by toomuchtodo 4517 days ago
You still need a stub API for generating the signature to sign the upload requests to S3, correct?
1 comments

Not technically, but generally in practice. You can open things up permissions-wise but run the risk of folks uploading lots of large files. Keeping permissions locked down and doing a signature allows things like file size, location, etc. restrictions.