0

我已将图像存储在亚马逊 S3 服务器上。我想为此获取下载图片链接(url)。我正在使用 php 并使用

$s3-> getAuthenticatedURL($bucketName);

但它的输出不是不合适的下载链接

我想借助 url 中的 access key 和 scret key 下载图像

4

1 回答 1

0

I'm not sure what library you are using, but these are the instructions for using the official AWS SDK for PHP: http://docs.aws.amazon.com/aws-sdk-php-2/guide/latest/service-s3.html#creating-a-pre-signed-url

于 2013-05-30T01:42:08.417 回答