简体   繁体   中英

Java or PHP Applet to download groups of files from Amazon S3

I have a website that provides a photo service for clients. I want to use Amazon S3 as the storage space for all the photos but am having trouble interacting with the S3 buckets. What I need to do is give my customers access to all their photos sitting in their S3 bucket. I'd like to give them a visual display of all the images and then allow them to select a group or all of the photos for download. I'm assuming a Java applet is needed to handle this interaction. Does anyone know of a java based downloader that will interface with S3 or could possibly build one?

We've also thought of all or a group of files that reside on S3 but can't figure out how to zip files while they're on S3.

Any help is much appreciated!

我想当您指的是基于Java的下载器时,您是在谈论Web服务,因为我对Amazon S3 Web服务并不了解很多,但是我知道它们存在,所以我建议您首先了解亚马逊网络服务,请尝试查找是否有任何网络方法可以下载文件(我敢打赌,必须每位下载一点点)关于Java Applet,仅当您要上传文件时才需要它。现有的安全性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM