| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in _meta dict | gcode@loowis.durge.org | 2014-10-19 | 1 | -1/+1 |
* | Fix for exception message | willmcgugan@gmail.com | 2014-04-22 | 1 | -12/+12 |
* | Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i... | willmcgugan@gmail.com | 2013-03-31 | 1 | -12/+17 |
* | S3FS: correct verifying of buckets when IAM policy is applied. | rfkelly0 | 2012-07-09 | 1 | -1/+8 |
* | Changed DeleteRootError to RemoveRootError for consistency | willmcgugan | 2012-01-11 | 1 | -1/+1 |
* | Fixed copydir/movedir, added DeleteRootError | willmcgugan | 2012-01-11 | 1 | -0/+2 |
* | Python3 changes | willmcgugan | 2011-12-27 | 1 | -0/+2 |
* | First stab at a Python3 port | willmcgugan | 2011-12-26 | 1 | -2/+2 |
* | S3FS: include class name in repr(), for benefit of subclasses | rfkelly0 | 2011-04-16 | 1 | -1/+2 |
* | S3FS: more robust detection of keys that represent subdirs | rfkelly0 | 2011-04-10 | 1 | -5/+42 |
* | S3FS: report correct paths in walkfiles/walkfilesinfo | rfkelly0 | 2011-03-29 | 1 | -10/+10 |
* | fix custom walkfiles/walkfilesinfo in S3FS | rfkelly0 | 2011-03-28 | 1 | -2/+2 |
* | S3FS: some code layout cleanups | rfkelly0 | 2011-03-26 | 1 | -36/+75 |
* | Fixed missing import of os | willmcgugan | 2011-03-24 | 1 | -0/+1 |
* | fix some malformed XML in DAVFS | rfkelly0 | 2011-03-11 | 1 | -2/+3 |
* | spelling fixes | rfkelly0 | 2011-03-08 | 1 | -1/+1 |
* | Fixes of some errors/warnings reported by PyDev and inline documentation | willmcgugan | 2011-03-07 | 1 | -4/+1 |
* | Added "thread_safe" meta value | willmcgugan | 2011-03-07 | 1 | -1/+2 |
* | timeout connections to s3 after 1 minute, to avoid errors later | rfkelly0 | 2011-02-02 | 1 | -4/+10 |
* | some doc spelling fixes | rfkelly0 | 2011-01-27 | 1 | -5/+56 |
* | S3FS.get_total_size: take optional path parameter | rfkelly0 | 2011-01-11 | 1 | -2/+3 |
* | Added openers for Tahoe and Dav | willmcgugan | 2010-12-18 | 1 | -1/+1 |
* | fix potential infinite loop in S3FS.listdir() | rfkelly0 | 2010-12-16 | 1 | -26/+36 |
* | Added FS command line scripts | willmcgugan | 2010-12-05 | 1 | -2/+4 |
* | Fixed getmeta/hasmeta, added documentation and tests | willmcgugan | 2010-11-20 | 1 | -1/+4 |
* | Added getmeta and hasmeta methods | willmcgugan | 2010-11-07 | 1 | -0/+7 |
* | S3FS.getinfo: don't depend on there being a key for each directory | rfkelly0 | 2010-11-07 | 1 | -3/+5 |
* | S3FS: fix some unicode-handling problems | rfkelly0 | 2010-11-07 | 1 | -14/+44 |
* | Added getpathurl, implemented by Marek Palatinus | willmcgugan | 2010-10-21 | 1 | -0/+30 |
* | S3FS: use "etag" property for etag, it's more reliable than "md5" property | rfkelly0 | 2010-10-20 | 1 | -2/+3 |
* | S3FS: include etag in getinfo() output | rfkelly0 | 2010-10-19 | 1 | -0/+2 |
* | S3FS.open: raise ResourceInvalidError if called on a dir | rfkelly0 | 2010-10-17 | 1 | -0/+2 |
* | S3FS: check for AWS_* environ variables and fail early if missing. | rfkelly0 | 2010-10-15 | 1 | -0/+7 |
* | Fix various DAVFS issues from issue #40 | rfkelly0 | 2010-10-12 | 1 | -0/+1 |
* | fix some silly bugs in S3FS | rfkelly0 | 2010-09-29 | 1 | -5/+6 |
* | fix listdirinfo() for S3FS | rfkelly0 | 2010-09-28 | 1 | -2/+2 |
* | make listdirinfo() an official part of the FS API | rfkelly0 | 2010-09-27 | 1 | -12/+20 |
* | Added better zip exceptions, and added __all__ to core classes | willmcgugan | 2010-07-10 | 1 | -0/+2 |
* | A few tweaks and fixes | willmcgugan | 2010-01-07 | 1 | -7/+6 |
* | Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS class | willmcgugan | 2010-01-01 | 1 | -1/+3 |
* | FS.rename: remove requirment that src and dst be in the same dir | rfkelly0 | 2009-12-17 | 1 | -2/+0 |
* | correctly handle non-seekable filelikes passed into setcontents | rfkelly0 | 2009-10-12 | 1 | -0/+11 |
* | S3FS re-shuffle and performance improvements: | rfkelly0 | 2009-06-27 | 1 | -109/+56 |
* | better thread_local implementation | rfkelly0 | 2009-06-22 | 1 | -2/+3 |
* | S3FS: proper use of 'self.closed' in RemoteFileBuffer | rfkelly0 | 2009-06-17 | 1 | -0/+2 |
* | cleanup definition of thread_local | rfkelly0 | 2009-06-16 | 1 | -3/+3 |
* | thread-safety for S3FS | rfkelly0 | 2009-06-15 | 1 | -17/+37 |
* | some error-handling simplifications | rfkelly0 | 2009-06-15 | 1 | -5/+5 |
* | better local file buffering for S3FS | rfkelly0 | 2009-06-10 | 1 | -31/+65 |
* | fix bugs in S3FS when no prefix is specified | rfkelly0 | 2009-06-07 | 1 | -6/+16 |