Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.