pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

Python filesystem abstraction layer

Results 81 pyfilesystem issues
Sort by recently updated
recently updated
newest added

``` Serving the Filesystems as WebDAV would be a great enhancement. http://de.wikipedia.org/wiki/WebDAV Here is a pure python WebDAV Server Project, that could be implamented: http://code.google.com/p/pywebdav/ ``` Original issue reported on...

Priority-Medium
auto-migrated
Type-Enhancement

I tried using pyfilesystem's s3fs to process a large quantity of data from Amazon's S3 (more than fits on disk) and I found that operation failed, because I ran out...

All classes derived from fs.contrib.davfs.xmlobj._davbase must have meta.order_sensitive attribute set to False. I suppose this could be fixed by adding one line of code to the definition of _davbase class.

``` [adrian@blackhole:~/dev/indico/src:wip/attachments *%]> fsls sftp://blackhole/tmp/ fsnotifier-remote.log krb5cc_1000 maildump.pid maildump.sqlite portage tmux-0 tmux-1000 [adrian@blackhole:~/dev/indico/src:wip/attachments *%]> fsls sftp://nosuchuser@blackhole/tmp/ Traceback (most recent call last): File "/home/adrian/dev/indico/env/bin/fsls", line 9, in load_entry_point('fs==0.5.2', 'console_scripts', 'fsls')() File...

WrapFS does not wrap `makepublic` method exposed from S3FS, therefore when used in SubFS, the path is not encoded correctly. So, for example when I open a directory with S3FS...

Is it possible that the current design of `fs.s3fs` can lead to fd leaks? Currently the s3 connections are mane on demand via two properties: - [`_s3conn`](https://github.com/PyFilesystem/pyfilesystem/blob/master/fs/s3fs.py#L124) - [`_s3bukt`](https://github.com/PyFilesystem/pyfilesystem/blob/master/fs/s3fs.py#L136) In...

Right now if you want software to be able to handle `OSFS` in addition to something like `S3FS` you have to use things like `makedir`, however there are no directories...

It would be great to be able to pass extra metadata to a file when stored in S3, something like `Content-Type` or `Cache-Control` or whatever. These parameters could be ignores...

``` When i try to copy a file to a tahoe-lafs-mounted directory, i get the following: cp: cannot create regular file 'test': No such file or directory The strace exerpt:...

Priority-Medium
Type-Defect
auto-migrated

``` > What steps will reproduce the problem? 1. mount https://tahoe-lafs.org/trac/tahoe-lafs/wiki/TestGrid 2. find(1) over it > What is the expected output? File listing, as the dirs are accessible fine via...

Priority-Medium
Type-Defect
auto-migrated