将Thumbor与AWS连接 - s3

时间:2016-09-01 13:23:37

标签: android amazon-web-services amazon-s3 thumbor

我在AWS上有一个带有照片的存储桶。

当我尝试在浏览器中访问照片网址{photoUrl = https://aws-name-dev.s3.amazonaws.com/photo.jpg}时,我获得了“拒绝访问权限”。

当我用拇指创建链接时,

Thumbor thumbor = Thumbor.create(getResources().getString(R.string.thumbor_sever));

final String newUrl = thumbor.buildImage(photoUrl).resize(48, 48).toUrl();

并尝试用Picasso加载它,我得到了'404 Not Found'。

如果我用http://www.rizwanashraf.com/wp-content/uploads/2009/04/redrose7-wallpaper.jpg替换aws中的photoUrl,它就可以了。

我不知道如何以某种方式将Thumbor服务器与AWS连接。

1 个答案:

答案 0 :(得分:0)

AWS documentation开始,您必须允许查看/读取存储桶中的文件。