适用于ImageOperations并从AWS S3下载的Android Strange行为

时间:2012-02-06 07:56:13

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

使用伪名称来保护隐私。

我的代码是:

bitmap = ImageOperations(ImageViewer.this, url, "image.jpg");

其中url类似于:

https://something.s3.amazonaws.com/photo/koala.jpg?AWSAccessKeyId=JDFHHKFHDMASHDFVXJA&Expires=1328514718&Signature=876djncia7458ak%3D

我正在使用AWS S3查询字符串请求身份验证替代方案来下载文件。

我加载了一个下载图像并在ImageView中显示位图的活动。

For the first time, it loads fine and there is a bitmap.
For the second time, it loads and I get null.
For the third time, it loads fine and there is a bitmap.
For the fourth time, it loads and I get null.

这种交替行为非常一致。以前有人经历过这个,知道发生了什么吗?

我已经尝试了一个带有无保留禁止策略的存储桶,您无需身份验证即可直接下载,并且它始终有效。

0 个答案:

没有答案