An open API service indexing awesome lists of open source software.

https://github.com/dtinth/tos3

An extremely simple tool to sync local files to Amazon S3.
https://github.com/dtinth/tos3

amazon-s3 java

Last synced: 12 months ago
JSON representation

An extremely simple tool to sync local files to Amazon S3.

Awesome Lists containing this project

README

          

tos3
====

This is a very simple app to sync files from local directory to Amazon S3. The reason I choose Java is because it can be run anywhere with a single JAR file.

To compile, compile with Amazon SDK for Java.

Usage
-----

First, create a file called "s3credentials.properties" somewhere and put in:

accessKey=YOUR_ACCESS_KEY
secretKey=YOUR_SECRET_KEY

Then, to use it, do something like:

java -jar tos3.jar preview

It will show which files to add, or to remove.

Finally, remove the last word, "preview" to make it sync!