资 源 简 介
This is a Java Swing application into which you can drag and drop files, which are then uploaded to your Amazon S3 account. You can create public links to these files, and paste these links into emails, so that the files can be downloaded later (using any web browser) by clicking on the link, or you can download the files yourself at a later stage using the application.
java -jar S3DropBox.jar
You can also run the application without a GUI via:
java -jar S3DropBox.jar -cli
NOTE: Development of new versions of the S3DropBox has moved to GitHub: https://github.com/tomcz/s3dropbox.