| Change Set |
Date |
Downloads |
Comment |
40729
by
maxc
|
Feb 8 at
2:07 AM
|
7 |
- Fixed bug causing all uploads to time out after three minutes (thanks to clbennet) - New optional GUI to display progress. A command-line tool with a GUI, go figure.
|
39412
by
maxc
|
Jan 27 at
4:45 AM
|
5 |
Update to use default proxy credentials - with thanks to Pavel Chuchuva.
|
36755
by
maxc
|
Jan 11 at
2:07 PM
|
12 |
Updated version number to 1.5
|
36754
by
maxc
|
Jan 11 at
2:05 PM
|
9 |
Added setting of an appropriate MIME type on upload. Unfortunately this will only work on Windows; Linux issues to be addressed.
|
35184
by
maxc
|
Nov 29 2009 at
12:27 PM
|
21 |
- Improved the 'put /big' command so that it uses MD5 checksums to upload only chunks that need to be uploaded (this cannot be disabled) and added a new error if /sync is specified with 'put /big', as it has never worked and the new MD5 checking is better. - Added a feature whereby the 'put /big' command tries to delete the key after the last one it has written, e.g. if thefile.005 is the last chunk then it tries to delete thefile.006 when the upload completes. See following point for why... - Changed the get /big command so that if there is a missing chunk then the download completes at the missing chunk but a warning is displayed. This can happen when nothing has gone wrong but a smaller file is uploaded over an larger file previously uploaded with the same filename.
|
35079
by
maxc
|
Nov 25 2009 at
10:40 PM
|
2 |
- Added calculation and verification of MD5 checksums on both upload and download to protect against corruption during transmission - Temporarily removed display of additional text during uploads as discovered it doesn't work correctly with the /big option. (Will be back soon with display of data size uploaded as the upload progresses.)
|
34783
by
maxc
|
Nov 19 2009 at
5:47 AM
|
14 |
General tidy, minor bugfixing and incremented version number for release
|
34516
by
rusvdw
|
Nov 12 2009 at
3:52 PM
|
15 |
put now ignores sync checking directories
|
34514
by
rusvdw
|
Nov 12 2009 at
3:17 PM
|
13 |
Fixed the /sub:withdelete option on Linux.
|
34497
by
rusvdw
|
Nov 12 2009 at
12:37 PM
|
13 |
Fixed issue with -- options on linux.
|
34495
by
rusvdw
|
Nov 12 2009 at
8:12 AM
|
7 |
Shortened the key & secret syntax to [/key:<key> /secret:<secret>] and updated the help files.
|
34493
by
rusvdw
|
Nov 12 2009 at
6:42 AM
|
6 |
Refactored Java style method names into .NET style
|
34492
by
rusvdw
|
Nov 12 2009 at
6:35 AM
|
8 |
Moved help text into their own text files that are auto loaded and highlighted.
|
34457
by
rusvdw
|
Nov 11 2009 at
2:59 PM
|
11 |
added ability for S3 to change it's command line command identifier to -- on linux systems.
|
34456
by
rusvdw
|
Nov 11 2009 at
2:05 PM
|
6 |
fixed /sub search pattern issue for folders on linux
|
34455
by
rusvdw
|
Nov 11 2009 at
12:58 PM
|
6 |
Fixed the hidden constructor issue with Options.Backup
|
34454
by
rusvdw
|
Nov 11 2009 at
12:48 PM
|
6 |
Fixed the XML parsing error message on Linux when a non XML error message is returned from Amazon
|
34453
by
rusvdw
|
Nov 11 2009 at
12:20 PM
|
4 |
added [/accesskey:<key> /secretkey:<secret>] syntax
|
34442
by
maxc
|
Nov 11 2009 at
7:53 AM
|
5 |
- Added more informative "Wrong password" message - Added new "instances" command to list EC2 instances - Moved the test for /backup on Linux into Backup.cs - Activated the /yes option
|
34423
by
rusvdw
|
Nov 10 2009 at
3:47 PM
|
6 |
Added support for Mono and Linux machines
|
33606
by
maxc
|
Oct 27 2009 at
11:36 AM
|
6 |
Added option to TripleDES encrypt the Amazon Secret Access Key using a user-supplied password.
|
33557
by
maxc
|
Oct 26 2009 at
11:51 PM
|
1 |
- Further fix to prevent retries with HTTP 4XX status codes - More diagnostics output with the /verbose option - Added per-command help, e.g. s3 help put - Added /sub option to the put and get commands to copy entire directory hierarchies - Added handler to delete partial downloads if interrupted by Ctrl-Break or an exception - Added validation to option parameters, e.g. /big value must be greater than zero - Added /yes option to bypass all confirmation prompts
|
33305
by
maxc
|
Oct 22 2009 at
4:10 AM
|
5 |
Fix for "Object reference not set to an instance of an object" error which occurs if the network connection is lost during a transfer.
|
33250
by
maxc
|
Oct 21 2009 at
3:14 PM
|
7 |
- Major rewrite in (hopefully) impeccable object-oriented style
|
33161
by
maxc
|
Oct 20 2009 at
4:49 AM
|
1 |
- Replaced the /new option with a /sync option that uses the HTTP HEAD command to get the last modified date and upload only modified files - Fixed the retry logic so that only 5XX HTTP status codes result in a retry - Set the assembly version and added logic to upgrade application settings from previous versions - Now writes to stderr the program version and s3.codeplex.com URL on every run
|