从 aws s3 bucket 下载 yfcc100m
Downloading yfcc100m from aws s3 bucket
我正在尝试下载 AWS 中托管的数据集。
我正在尝试使用 s3cmd
并使用我的访问密钥和秘密密钥对其进行配置。
我可以使用以下方法正确列出存储桶中的文件:
s3cmd ls s3://yahoo-webscope/I3set13/
我用get
下载数据集:
s3cmd get --recursive s3://yahoo-webscope/I3set13/
但是显示如下错误:
ERROR: S3 error: 403 (Forbidden)
我发现的一些解决方案建议更改存储桶策略,但我无法更改它,因为我不是所有者。
请告诉我问题背后的原因以及我该如何解决。
根据 https://multimediacommons.wordpress.com/yfcc100m-core-dataset/, although the dataset is hosted in an S3 bucket, access to it is restricted, so you need to submit a request 并按照进一步的电子邮件说明进行访问:
Getting the YFCC100M: The dataset can be requested at Yahoo Webscope. You will need to create a Yahoo account if you do not have one already, and once logged in you will find it straightforward to submit the request for the YFCC100M. Webscope will ask you to tell them what your plans are with the dataset, which helps them justify the existence of their academic outreach program and allows them to keep offering datasets in the future. Unlike other datasets available at Webscope, the YFCC100M does not require you to be a student or faculty at an accredited university, so you will be automatically approved.
我正在尝试下载 AWS 中托管的数据集。
我正在尝试使用 s3cmd
并使用我的访问密钥和秘密密钥对其进行配置。
我可以使用以下方法正确列出存储桶中的文件:
s3cmd ls s3://yahoo-webscope/I3set13/
我用get
下载数据集:
s3cmd get --recursive s3://yahoo-webscope/I3set13/
但是显示如下错误:
ERROR: S3 error: 403 (Forbidden)
我发现的一些解决方案建议更改存储桶策略,但我无法更改它,因为我不是所有者。
请告诉我问题背后的原因以及我该如何解决。
根据 https://multimediacommons.wordpress.com/yfcc100m-core-dataset/, although the dataset is hosted in an S3 bucket, access to it is restricted, so you need to submit a request 并按照进一步的电子邮件说明进行访问:
Getting the YFCC100M: The dataset can be requested at Yahoo Webscope. You will need to create a Yahoo account if you do not have one already, and once logged in you will find it straightforward to submit the request for the YFCC100M. Webscope will ask you to tell them what your plans are with the dataset, which helps them justify the existence of their academic outreach program and allows them to keep offering datasets in the future. Unlike other datasets available at Webscope, the YFCC100M does not require you to be a student or faculty at an accredited university, so you will be automatically approved.