Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon s3 链接到公用文件夹_Amazon S3_Amazon Web Services - Fatal编程技术网

Amazon s3 链接到公用文件夹

Amazon s3 链接到公用文件夹,amazon-s3,amazon-web-services,Amazon S3,Amazon Web Services,假设我在S3存储桶中创建了一个文件夹,将一些文件上传到该文件夹,并将它们全部设置为公共。我怎样才能链接到这个文件夹,这样其他人就可以简单地浏览该文件夹并选择要下载的文件?我找到了答案。在里面 短 将具有列表权限的受让人“Everyone”添加到bucket 加 访问http://.s3.amazonaws.com/list.html 您没有要求允许访问整个存储桶,只是一个文件夹

假设我在S3存储桶中创建了一个文件夹,将一些文件上传到该文件夹,并将它们全部设置为公共。我怎样才能链接到这个文件夹,这样其他人就可以简单地浏览该文件夹并选择要下载的文件?

我找到了答案。在里面 短

  • 将具有列表权限的受让人“Everyone”添加到bucket

  • 访问
    http://.s3.amazonaws.com/list.html


  • 您没有要求允许访问整个存储桶,只是一个文件夹