How to download data from Amazon's requester pay buckets?

前端 未结 4 488
感情败类
感情败类 2021-02-08 04:01

I have been struggling for about a week to download arXiv articles as mentioned here: http://arxiv.org/help/bulk_data_s3#src.

I have tried lots of things: s3Browse

4条回答
  •  孤独总比滥情好
    2021-02-08 04:53

    Try downloading s3cmd version 1.6.0: http://sourceforge.net/projects/s3tools/files/s3cmd/

    $ s3cmd --configure
    

    Enter your credentials found in the account management tab of the Amazon AWS website interface.

    $ s3cmd get --recursive --skip-existing s3://arxiv/src/ --requester-pays
    

提交回复
热议问题