tomaswolf commented on issue #643: URL: https://github.com/apache/mina-sshd/issues/643#issuecomment-2552354327
Done; it's available now in the snapshot. If your file system wrapping the S3 paths uses SftpPathImpl, then you'll get the very limited attribute caching that we do for Sftp. Basically we only make sure we have the attributes on the paths in a directory listing, and using the `withAttributeCache()`methods we sometimes cache attributes for a short scope to avoid repeated remote calls. If you use your own Path implementation that also implements WithFileAttributeCache, then you have to implement your own caching. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
