开发者

Is there a good Python library that lets me generate a temporary S3 token, so that other people can upload to my S3 bucket? [closed]

开发者 https://www.devze.com 2023-01-27 22:07 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

This is a temporary authentication token that can allow my mobile app to upload directly to S3.

The library should take the details of my Amazon account...and return a token.

I want the simplest libr开发者_如何学Cary possible :)


I don't see any reason you can't just use boto

0

精彩评论

暂无评论...
验证码 换一张
取 消