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.
- Host: GitHub
- URL: https://github.com/dtinth/tos3
- Owner: dtinth
- Created: 2012-06-25T01:59:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-25T02:10:44.000Z (about 14 years ago)
- Last Synced: 2024-05-02T06:08:31.276Z (about 2 years ago)
- Topics: amazon-s3, java
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!