TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Simple Gem generates AWS S3 Policy and Signature

2 点作者 vinhnglx大约 9 年前
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

kinduff大约 9 年前
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.