You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofdirname/filename
.The text was updated successfully, but these errors were encountered: