fMoW / dataset

Other
205 stars 24 forks source link

downloading via s3 #8

Closed JonaGanz closed 4 years ago

JonaGanz commented 4 years ago

I'm trying to download the data on S3 right now. I have opened an account and installed the command line interface. But I don't get which command I need to download the rgb data.I tried something like: aws s3 cp s3://spacenet-dataset/Hosted-Datasets/fmow/fmow-rgb ./, but I get an error that the key Hosted-Dataset doesn't exist. I need to download and store the dataset in a specific file. Thank you in advance.

JonaGanz commented 4 years ago

Problem solved,

type aws s3 cp s3://spacenet-dataset/Hosted-Datasets/fmow/fmow-rgb . --recursive for the whole rgb data. If you want to specify the directory to store the data replace . with the desired filename. Thanks to Chris.

kanak8278 commented 1 year ago

I have been trying to download the dataset using s3 command. But it says "Access Denied" aws s3 cp s3://spacenet-dataset/Hosted-Datasets/fmow/fmow-rgb . --recursive fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied