31 Commits (c002e46c127aac957b007039630136aeebeaec33)

Author SHA1 Message Date
Frederick F. Kautz IV c002e46c12 Multipart Put now supports urlencoded keys 10 years ago
Frederick F. Kautz IV 34fc9fb12d UrlEncode object keys. Fixes #11. 10 years ago
Frederick F. Kautz IV 3cca725651 Test the stream for additional data when uploading a small object. Fixes #10. 10 years ago
Frederick F. Kautz IV b41b22fc39 Exceptions are now parsed and strongly typed. Fixes #5, Fixes #9, Fixes #12. 10 years ago
Frederick F. Kautz IV ee99d019f5 Adding strongly typed exceptions and modifying integration tests to expect them. 10 years ago
Frederick F. Kautz IV 0344bc9f3e Refactoring project structure, xml is now Xml and errors were moved into a new Errors namespace. 10 years ago
Frederick F. Kautz IV b346ae02f6 Remove quotes from etags in object stat, list objects and list parts. Fixes #4. 10 years ago
Frederick F. Kautz IV 33793ee7c4 Adding support for setting a custom user agent. Fixes #3. 10 years ago
Frederick F. Kautz IV 7649cb5a28 Parsing date from list objects, list buckets and stat object. Fixes #1. 10 years ago
Frederick F. Kautz IV fca20606aa Switch from UInt64 to long to match C# File API 10 years ago
Frederick F. Kautz IV 9b90d7aeeb Ignoring certain headers in v4 signing. Fixes #8. 10 years ago
Frederick F. Kautz IV ea39d2a319 Add .NET docs and fix multiple minor issues 10 years ago
Frederick F. Kautz IV cd0dd2f5d0 Rename Unfinished to Incomplete to match refactoring in java library 10 years ago
Frederick F. Kautz IV d96e250832 Removing debugging writes 10 years ago
Frederick F. Kautz IV a89aef48a8 Renaming ListUnfinishedUploads to ListAllUnfinishedUploads to match Java API 10 years ago
Frederick F. Kautz IV bbd49cd6e4 Implement drop incomplete uploads 10 years ago
Frederick F. Kautz IV e8a36393a2 Putting a large object must send exactly as much data as specified. 10 years ago
Frederick F. Kautz IV 6afdfb58ff Put large object now more aggressively reads up to block size, should also resume uploads. 10 years ago
Frederick F. Kautz IV 10baf78037 Multipart upload implemented, initial commit before additional cleanup. 10 years ago
Frederick F. Kautz IV 4b2ee1fde2 Implement listing unfinished uploads 10 years ago
Frederick F. Kautz IV 362e17e426 ListObjects now lists prefixes as items when recursion is disabled 10 years ago
Frederick F. Kautz IV 5d413d65c0 List objects implemented 10 years ago
Frederick F. Kautz IV 3c81955dc9 Removing unnecessary stat from GetObject. 10 years ago
Frederick F. Kautz IV d80bcd9dda Implement put object for small objects (<5MB) 10 years ago
Frederick F. Kautz IV 652b87157c Implement GetObject 10 years ago
Frederick F. Kautz IV be7fc5caaf Implementing RemoveBucket and fixing bug in MakeBucket 10 years ago
Frederick F. Kautz IV e6659a9ce0 Implementing Get and Set ACL 10 years ago
Frederick F. Kautz IV ae5a05a1da Implement BucketExists 10 years ago
Frederick F. Kautz IV 991ad2db0f ListBuckets now works 10 years ago
Frederick F. Kautz IV d228b00dd6 Error responses are now parsed 10 years ago
Frederick F. Kautz IV aa126518d9 Initial code commit with working MakeBucket and V4 signing 10 years ago