TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Simple Gem generates AWS S3 Policy and Signature

2 pointsby vinhnglxabout 9 years ago
S3 accepts uploads via specially-crafted and pre-authorized HTML POST Form.<p>A simple gem will help you create two values: Signature and Policy - https:&#x2F;&#x2F;github.com&#x2F;vinhnglx&#x2F;s3-authorize<p>This gem is very useful when working with AngularJS file upload

1 comment

kinduffabout 9 years ago
Thanks for this. I find this useful.<p>I&#x27;ve been using this gist (<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;stefanneculai&#x2F;deed108fad534d0db3ff" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;stefanneculai&#x2F;deed108fad534d0db3ff</a>) for my prototypes, but a require is way more productive.