Skip to content

Commit

Permalink
Update s3sync v3.5 -> v3.10
Browse files Browse the repository at this point in the history
Latest version free for commercial or non-personal use.
Also, starting from v3.8, authors stopped to distribute source code
(without any changes in License.txt).
  • Loading branch information
tvasenin committed Mar 19, 2013
1 parent 3554c31 commit a1cc314
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions tools/S3Sync/Documentation.txt
Expand Up @@ -68,8 +68,10 @@ Command Line Parameters
output. The default value is 1.
1 - Minimal logging. Only show what will be deleted and what will be
transferred.
2 - Full logging. Show all files that exist between both system and shows debug
2 - Detailed logging. Show all files that exist between both system and shows debug
information in the event of an error.
3 - HTTP logging. Show all information of detailed logging and all HTTP requests
to Amazon and responses from Amazon.

-LogFilePath (optional) - The path and file name where a log file will be
generated. Leave this value empty if you do not want to create a text log file
Expand Down Expand Up @@ -111,7 +113,9 @@ Command Line Parameters
not a global setting. The default value is 0.

-ShowTransferProgress (optional) - Indicates weather progress for a transfer
should be displayed in the console. The default is true.
should be displayed in the console. When running S3 Sync from an application that
reads the console output, such as SQL Agent, you may need to disable the progress
update by setting this parameter to false. The default is true.
True - Show progress during a transfer.
False - Do not show progress during a transfer.

Expand Down
Binary file modified tools/S3Sync/S3Sync.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/S3Sync/S3Sync.exe.config
Expand Up @@ -15,7 +15,7 @@
<add key="LocalFolderPath" value="" />

<add key="LogOnlyMode" value="false" />
<!-- OutputLevel values: 1 = show basic information, 2 = show detailed information -->
<!-- OutputLevel values: 1 = show basic information, 2 = show detailed information, 3 = show detailed information with HTTP requests and responses -->
<add key="OutputLevel" value="1" />
<!-- LogFilePath example: C:\S3Sync.txt -->
<add key="LogFilePath" value="" />
Expand Down Expand Up @@ -76,7 +76,7 @@
<add key="LocalFolderPath" value="C:\MySync" />
<add key="LogOnlyMode" value="false" />
<add key="OutputLevel" value="1" />
<add key="OutputLevel" value="2" />
<add key="LogFilePath" value="C:\S3SyncLog.txt" />
<add key="OverwriteExistingLogFile" value="true" />
Expand Down
Binary file modified tools/S3Sync/SprightlySoftAWS.dll
Binary file not shown.

0 comments on commit a1cc314

Please sign in to comment.