pyfilesystem icon indicating copy to clipboard operation
pyfilesystem copied to clipboard

[S3] WrapFS does not wrap makepublic method of S3FS

Open ms7s opened this issue 10 years ago • 0 comments

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 and call makepublic on a file inside it, the call sets permissions for filename instead of dirname/filename.

ms7s avatar May 25 '15 11:05 ms7s