Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Download files from Amazon s3

Contributor ,
Sep 27, 2011 Sep 27, 2011

Hi All,

How can I download all files(objects) inside a Amazon s3 bucket.

Eg: I have 100 files in a Amazon S3 bucket, and I have to download all the files togother(ie: some thing like zip)

Is this possible ?

Thanks

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 27, 2011 Sep 27, 2011

Is this a ColdFusion-related question, or you're just asking in general?

Assuming you're talking CF, then it depends how they expose the files. Are they FTP? HTTP?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 27, 2011 Sep 27, 2011

Hi Owain North,

Sorry, this is a general question. If any one did this type of stuff with Amazon s3.

In my case,

users upload photos to Amazon s3 and site administrator wants to download all the photos of the users. Administrator is able to download photo one by one and it takes too much time to finish. So if there is a provision to download all photos in a single download.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 28, 2011 Sep 28, 2011
LATEST

If you're asking whether it's possible to download an entire folder from S3, then you're asking in the wrong place - I'd try Amazon's FAQ.

Depending on the method by which they're downloaded you could create a CFFTP or CFHTTP in a loop to download them all automatically.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources