summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* S3FS: use get_bucket rather than create_bucket until we know the bucket doesn...rfkelly02009-03-092-3/+8
* Added some instructions under the commentswillmcgugan2009-03-081-0/+4
* Work in progress with an FS->Fuse adapter. Added a default implementation of ...willmcgugan2009-03-083-11/+419
* Uniform "overwrite" behaviour for copy/move/copydir/movedir.rfkelly02009-03-087-59/+145
* make S3FS pickleablerfkelly02009-03-031-2/+34
* OSFS: don't let removedirs() recurse beyond the FS rootrfkelly02009-03-031-9/+12
* support for the "with" statement in S3FSrfkelly02009-03-032-6/+49
* whoops, remove debugging printrfkelly02009-03-021-1/+0
* basic support for pickling FS instancesrfkelly02009-03-022-2/+23
* copydir: don't require destination to existrfkelly02009-03-021-2/+0
* Make listdirs(hidden=True) the default uniformly.rfkelly02009-02-104-4/+30
* make open(path,"w") immediately create an empty file in S3FS/RPCFSrfkelly02009-01-162-67/+101
* added RPCFS, which exposes a filesystem using XML-RPCrfkelly02009-01-152-1/+363
* whoops, add *latest* version of s3fsrfkelly02009-01-151-4/+33
* added S3FS class for accessing Amazon S3rfkelly02009-01-151-0/+338
* Stupid bug, replaces an except clause with a finally clause...willmcgugan2008-09-291-1/+1
* Changed text in exceptionwillmcgugan2008-09-212-3/+3
* Changed chunk_size to something sensiblewillmcgugan2008-09-211-2/+2
* Changes to the meta-data willmcgugan2008-09-201-0/+3
* Tests now pass on Windowswillmcgugan2008-09-204-36/+53
* Doc tweakswillmcgugan2008-09-191-8/+2
* Fixes for zipfs and copydirwillmcgugan2008-09-192-8/+12
* Fixwillmcgugan2008-09-191-1/+1
* Fixwillmcgugan2008-09-191-0/+1
* Tweakswillmcgugan2008-09-191-4/+2
* This was originally called fs.pywillmcgugan2008-09-191-0/+807
* Tweakswillmcgugan2008-09-191-7/+3
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-1912-837/+120
* Stupid errorwillmcgugan2008-09-191-1/+1
* Tweaking the setup.py scriptwillmcgugan2008-09-191-1/+2
* Don't need thiswillmcgugan2008-09-191-5/+0
* Decided to make this the first official release, changed version to 0.1.0willmcgugan2008-09-191-1/+1
* Tweaking setup.pywillmcgugan2008-09-191-1/+18
* Renamed base.py back to fs.pywillmcgugan2008-09-191-0/+0
* Renamed base.py to fs.py but regret it!willmcgugan2008-09-192-1/+1
* Changes for packaging...willmcgugan2008-09-192-9/+9
* Tweak to __str__willmcgugan2008-09-191-1/+1
* Some documentationwillmcgugan2008-09-196-0/+24
* Tidy upwillmcgugan2008-09-197-6/+32
* Disutils setupwillmcgugan2008-09-191-0/+7
* Tweaks for disutilswillmcgugan2008-09-191-0/+9
* Some docstringswillmcgugan2008-09-191-0/+33
* A few more testswillmcgugan2008-09-181-3/+3
* A few more testswillmcgugan2008-09-181-0/+5
* Added more zipfs tests, and fixed a few issueswillmcgugan2008-09-185-12/+95
* Tweakwillmcgugan2008-09-161-1/+1
* A few docswillmcgugan2008-09-161-0/+15
* Added some tests for ZipFSwillmcgugan2008-09-163-8/+69
* Added thread syncronize to mountfswillmcgugan2008-09-161-2/+2
* Corrected typowillmcgugan2008-09-161-1/+1