summaryrefslogtreecommitdiff
path: root/fs/s3fs.py
Commit message (Expand)AuthorAgeFilesLines
* added credentials to s3 openerWill McGugan2015-11-131-1/+2
* Fix typo in _meta dictgcode@loowis.durge.org2014-10-191-1/+1
* Fix for exception messagewillmcgugan@gmail.com2014-04-221-12/+12
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-12/+17
* S3FS: correct verifying of buckets when IAM policy is applied.rfkelly02012-07-091-1/+8
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-0/+2
* Python3 changeswillmcgugan2011-12-271-0/+2
* First stab at a Python3 portwillmcgugan2011-12-261-2/+2
* S3FS: include class name in repr(), for benefit of subclassesrfkelly02011-04-161-1/+2
* S3FS: more robust detection of keys that represent subdirsrfkelly02011-04-101-5/+42
* S3FS: report correct paths in walkfiles/walkfilesinforfkelly02011-03-291-10/+10
* fix custom walkfiles/walkfilesinfo in S3FSrfkelly02011-03-281-2/+2
* S3FS: some code layout cleanupsrfkelly02011-03-261-36/+75
* Fixed missing import of oswillmcgugan2011-03-241-0/+1
* fix some malformed XML in DAVFSrfkelly02011-03-111-2/+3
* spelling fixesrfkelly02011-03-081-1/+1
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-4/+1
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* timeout connections to s3 after 1 minute, to avoid errors laterrfkelly02011-02-021-4/+10
* some doc spelling fixesrfkelly02011-01-271-5/+56
* S3FS.get_total_size: take optional path parameterrfkelly02011-01-111-2/+3
* Added openers for Tahoe and Davwillmcgugan2010-12-181-1/+1
* fix potential infinite loop in S3FS.listdir()rfkelly02010-12-161-26/+36
* Added FS command line scriptswillmcgugan2010-12-051-2/+4
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-1/+4
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+7
* S3FS.getinfo: don't depend on there being a key for each directoryrfkelly02010-11-071-3/+5
* S3FS: fix some unicode-handling problemsrfkelly02010-11-071-14/+44
* Added getpathurl, implemented by Marek Palatinuswillmcgugan2010-10-211-0/+30
* S3FS: use "etag" property for etag, it's more reliable than "md5" propertyrfkelly02010-10-201-2/+3
* S3FS: include etag in getinfo() outputrfkelly02010-10-191-0/+2
* S3FS.open: raise ResourceInvalidError if called on a dirrfkelly02010-10-171-0/+2
* S3FS: check for AWS_* environ variables and fail early if missing.rfkelly02010-10-151-0/+7
* Fix various DAVFS issues from issue #40rfkelly02010-10-121-0/+1
* fix some silly bugs in S3FSrfkelly02010-09-291-5/+6
* fix listdirinfo() for S3FSrfkelly02010-09-281-2/+2
* make listdirinfo() an official part of the FS APIrfkelly02010-09-271-12/+20
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+2
* A few tweaks and fixeswillmcgugan2010-01-071-7/+6
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-1/+3
* FS.rename: remove requirment that src and dst be in the same dirrfkelly02009-12-171-2/+0
* correctly handle non-seekable filelikes passed into setcontentsrfkelly02009-10-121-0/+11
* S3FS re-shuffle and performance improvements:rfkelly02009-06-271-109/+56
* better thread_local implementationrfkelly02009-06-221-2/+3
* S3FS: proper use of 'self.closed' in RemoteFileBufferrfkelly02009-06-171-0/+2
* cleanup definition of thread_localrfkelly02009-06-161-3/+3
* thread-safety for S3FSrfkelly02009-06-151-17/+37
* merge branch "rfk-ideas" into trunkrfkelly02009-06-151-73/+126
* utility method for S3FS: get_total_sizerfkelly02009-04-201-1/+5