Takeshi Nakatani
Takeshi Nakatani
I tried it, and it seems that s3fs behavior changes with the ALL_PROXY variable. In other words, libcurl seems to work correctly with the ALL_PROXY variable. (The command line raised...
At the moment, there was a reason for sending HEAD requests sequentially. The number of requests is large because s3fs checks the three types of path, path/, and path_$folder$. Ultimately,...
@tonekk Sorry for my late reply. s3fs keeps the file on its local disk when it uploads it.(That is, your guess is correct.) That is, user actions(such as the `cp`...
Thanks for your report. I think this issue is the same as #1934, #1957 and #1961, related code fixes are currently in #1964 and #2016. Please wait fixing codes.
@michaelsmoody Implemented POSIX ACL compliant behavior in PR #2039. If you can, please try it. Thanks in advance for your assistence.
_Sorry for the delay in replying._ Merge #2039. I believe this merge has resolved the issue. If the problem still persists, please repoen or post a new issue.
@bhuvanp1305 Sorry to keep you waiting, please wait a little longer. Is it possible for you to try this code?
@SanjeetKr7 I think this error in `get_base_exp` has nothing to do with the modified code in this PR. The part fixed in this PR is related to the local cache...
@SanjeetKr7 I think your error has a different cause than the fix code in this PR. Probably, the current master code (changed from v1.91) seems to be the cause. Is...
It seems that the reason is that sub-dir cannot be deleted when parent-dir is deleted. After a failed delete, the referenced `sub-dir` does not appear to be an object named...