Export to GitHub

lits3 - default

Source Commits


Commits

Author Date Commit Message
nfarina Aug 24, 2009 109 Intermediate, still figuring out how to solve issue #18
nfarina Aug 23, 2009 108 Bugfix for #22, GetUri and GetAuthorizedUri now properly return Uri instances.
nfarina Aug 23, 2009 107 Allows raw forward-slashes in object keys (thanks troethom!)
nfarina Aug 23, 2009 106 Back to VS 2008, retreat!
nfarina Aug 14, 2009 105 Enhanced version number.
nfarina Aug 14, 2009 104 Bugfix for unwanted Int32 in CopyStream.
nfarina Aug 4, 2009 103 Upgraded to VS 2010, also edited XML comment for UseSubdomains
nfarina Aug 4, 2009 102 Upgraded project to VS 2010
azizatif Jul 25, 2009 101 Tagged 1.0.
azizatif Jul 25, 2009 100 Added version flag to the help command in S3Commander.
nfarina Jul 22, 2009 99 Finally calling this version 1.0.
nfarina Jul 22, 2009 98 Edited wiki page through web user interface.
nfarina May 21, 2009 97 S3Service.CopyObject supports CannedACL parameter.
nfarina May 15, 2009 96 Disabled Expect100Continue by default, updated comments to describe why.
nfarina Apr 25, 2009 95 Removed console debugging
nfarina Apr 24, 2009 94 Fully implemented CopyObjectRequest along with all the little hairs (thanks Amat
nfarina Mar 20, 2009 93 renamed to CacheControl since that's what it is right now.
nfarina Mar 20, 2009 92 Clarified XML comment for CachePolicy property.
nfarina Mar 20, 2009 91 Cache policy for AddObject works (you must set it as the raw header string for n
azizatif Mar 16, 2009 90 Updated LitS3.Commander's list command to use ListAllObjects instead of ListObje
nfarina Mar 16, 2009 89 A couple more overloads for ListAllObjects and some comment rot fixed.
azizatif Mar 15, 2009 88 Merged branch ListEntryReader after review (see issue #12).
azizatif Mar 14, 2009 87 Removed ListEntryReader and in-lined its Entries implementation directly into th
azizatif Mar 14, 2009 86 Created a branch to propose removal of ListEntryReader by in-lining its Entries
nfarina Mar 13, 2009 85 S3Service now allows you to modify every S3Request that acts against it. Extreme
azizatif Mar 12, 2009 84 Fixed typo in LitS3.Commander help.
azizatif Mar 11, 2009 83 Fixed S3Service.ListObjects and S3Service.GetAllBuckets to return IList<T> inste
azizatif Mar 11, 2009 82 Added brief flag to list command.
azizatif Mar 11, 2009 81 Tagged LitS3.Commander 0.9 release.
azizatif Mar 10, 2009 80 Added canned ACL support to put and puts commands of LitS3.Commander.
azizatif Mar 10, 2009 79 Added new commands to LitS3.Commander that create and delete buckets.
azizatif Mar 10, 2009 78 Added a new command to LitS3.Commander that can be used to generate a pre-authen
azizatif Mar 10, 2009 77 Added content-type option to put command in LitS3.Commander.
nfarina Mar 10, 2009 76 Compiles with gmcs on mono.
nfarina Mar 10, 2009 75 Works on OS X now!
azizatif Mar 10, 2009 74 Updated LitS3.Commander proxy BASH script to work on *nix and (hopefully) Mac OS
nfarina Mar 9, 2009 73 Slight code clarification
nfarina Mar 8, 2009 72 Updated version to 0.9 for impending release.
nfarina Mar 8, 2009 71 Updated tests to match website.
nfarina Mar 8, 2009 70 Edited wiki page through web user interface.
nfarina Mar 8, 2009 69 Edited wiki page through web user interface.
nfarina Mar 8, 2009 68 Edited wiki page through web user interface.
nfarina Mar 8, 2009 67 Some refactoring to make things cleaner.
nfarina Mar 8, 2009 66 Renamed some things related to progress events. s3cmd works on os x
nfarina Mar 8, 2009 65 Bugfix for issue 9: CreateBucketInEurope fails with authorization error.
nfarina Mar 8, 2009 64 Supports S3 native object copy.
azizatif Feb 26, 2009 63 Tagged initial LitS3.Commander public release.
azizatif Feb 26, 2009 62 Removed the certificate policy hack.
azizatif Feb 19, 2009 61 Moved path resolution in LitS3.Command to a more flexible scheme based on IRONPY
azizatif Feb 19, 2009 60 Fixed URL in file header.
azizatif Jan 30, 2009 59 Added option parsing to LitS3.Commander to parse out access identifiers (and pos
nfarina Jan 27, 2009 58 Bugfix for GetObject overload
azizatif Jan 27, 2009 57 Updated LitS3.Commander to add reference to the LitS3 assembly more simply.
azizatif Jan 27, 2009 56 Fixed S3.AddObject to call the right base overload implementation other the cont
azizatif Jan 27, 2009 55 Fixed type in error message in LitS3.Commander.
azizatif Jan 27, 2009 54 Updated LitS3.Commander to automatically create local application data directory
azizatif Jan 5, 2009 53 Added progress display to LitS3.Commander commands put and get given enhancement
azizatif Jan 5, 2009 52 Implemented issue #3, "Add progress events for getting and adding objects."
azizatif Jan 5, 2009 51 UpdatedUpdated LitS3.Commander to cater for importing interactively into the int
azizatif Jan 5, 2009 50 Added bugtraq-related properties for TSVN-Gurtle integration and issue linking w
nfarina Dec 30, 2008 49 New helper methods on S3Service which accept delegates to allow for uploading fr
nfarina Dec 11, 2008 48 Implemented a very cool unlimited list items fetcher, ListEntryReader.
azizatif Dec 9, 2008 47 Removed buckets command in LitS3.Commander and instead enhanced the list command
azizatif Dec 9, 2008 46 Updated LitS3.Commander with URI-style addressing of S3 buckets and objects.
azizatif Dec 8, 2008 45 Added short text about the ids command to LitS3.Commander help.
azizatif Dec 8, 2008 44 Fixed ids.cmd to not dash-out place holders for AWS access identifiers.
azizatif Dec 8, 2008 43 Added batch script as an alias to the 'ids' command of LitS3.Commander.
azizatif Dec 8, 2008 42 Added secure saving and loading of AWS access identifiers to LitS3.Commander.
nfarina Dec 6, 2008 41 Ignoring top-level bin directory
azizatif Dec 4, 2008 40 Added quotes around Python file reference in LitS3.Commander batch script to acc
azizatif Dec 4, 2008 39 Fixed typo in LitS3.Commander help.
azizatif Dec 3, 2008 38 Added shortcut batch scripts for most common use of LitS3.Commander commands whe
azizatif Dec 3, 2008 37 Added ls as an alias for list in LitS3.Commander.
azizatif Dec 3, 2008 36 Added logo to LitS3.Commander help and revision information.
azizatif Dec 3, 2008 35 Added help and usage to LitS3.Commander.
azizatif Dec 3, 2008 34 Added LitS3.Commander in IronPython to serve as a command-line interface to LitS
azizatif Dec 3, 2008 33 Updated LitS3 project to compile binaries to the root of the distribution.
nfarina Nov 13, 2008 32 Created new Tester project, and LitS3 solution.
nfarina Nov 13, 2008 31 Created wiki page through web user interface.
nfarina Nov 7, 2008 30 Edited wiki page through web user interface.
nfarina Oct 28, 2008 29 Not sure why this is still in there...
nfarina Oct 27, 2008 28 Checking for null in ObjectExists().
nfarina Oct 27, 2008 27 Minor bugfix, added ObjectExists() helper.
nfarina Oct 21, 2008 26 Edited wiki page through web user interface.
nfarina Oct 21, 2008 25 More stable release
nfarina Oct 21, 2008 24 Set WebRequest.Timeout to infinite, instead relying on ReadWriteTimeout to detec
nfarina Oct 21, 2008 23 Edited wiki page through web user interface.
nfarina Oct 21, 2008 22 Edited wiki page through web user interface.
nfarina Oct 21, 2008 21 Edited wiki page through web user interface.
nfarina Oct 21, 2008 20 Created wiki page through web user interface.
nfarina Oct 21, 2008 19 flushing request stream when uploading a local file
nfarina Oct 21, 2008 18 Can't call Length on the response stream of a web request it turns out!
nfarina Oct 13, 2008 17 Tagging this version
nfarina Oct 13, 2008 16 This is the 0.8 release.
nfarina Oct 13, 2008 15 Added some helpers for reading/writing string objects, very useful for testing.
nfarina Oct 13, 2008 14 Properly roundtrips the "+" character in object keys. I believe object keys can
nfarina Oct 13, 2008 13 Extracted authorization process, cached the HMACSHA1 signer for higher performan
nfarina Oct 13, 2008 12 Added some useful AddObject() and GetObject() one-liner upload/download methods
nfarina Oct 12, 2008 11 Pretty well fleshed out and documented. Does everything except custom ACL get/se
nfarina Oct 12, 2008 10 Fleshed out AddObject, now fleshing out GetObject.