Browse code

README - Added s3cmd description: 'What is s3cmd'

matteobar authored on 2014/04/08 15:49:07
Showing 1 changed files
... ...
@@ -9,6 +9,7 @@ S3tools / S3cmd project homepage:
9 9
     http://s3tools.org
10 10
 
11 11
 S3tools / S3cmd mailing lists:
12
+
12 13
     * Announcements of new releases:
13 14
         s3tools-announce@lists.sourceforge.net
14 15
 
... ...
@@ -22,12 +23,33 @@ S3tools / S3cmd mailing lists:
22 22
 !!! Please consult INSTALL file for installation instructions!
23 23
 !!!
24 24
 
25
+What is S3cmd
26
+--------------
27
+S3cmd is a free command line tool and client for uploading, 
28
+retrieving and managing data in Amazon S3 and other cloud 
29
+storage service providers that use the S3 protocol, such as 
30
+Google Cloud Storage or DreamHost DreamObjects. It is best 
31
+suited for power users who are familiar with command line 
32
+programs. It is also ideal for batch scripts and automated 
33
+backup to S3, triggered from cron, etc.
34
+
35
+S3cmd is written in Python. It's an open source project 
36
+available under GNU Public License v2 (GPLv2) and is free 
37
+for both commercial and private use. You will only have 
38
+to pay Amazon for using their storage.
39
+
40
+Lots of features and options have been added to S3cmd, 
41
+since its very first release in 2008.... we recently counted 
42
+more than 60 command line options, including multipart 
43
+uploads, encryption, incremental backup, s3 sync, ACL and 
44
+Metadata management, S3 bucket size, bucket policies, and 
45
+more!
46
+
25 47
 What is Amazon S3
26 48
 -----------------
27 49
 Amazon S3 provides a managed internet-accessible storage 
28 50
 service where anyone can store any amount of data and 
29
-retrieve it later again. Maximum amount of data in one 
30
-"object" is 5GB, maximum number of objects is not limited.
51
+retrieve it later again.
31 52
 
32 53
 S3 is a paid service operated by Amazon. Before storing 
33 54
 anything into S3 you must sign up for an "AWS" account