Java Files API cannot see files or folders of an S3 bucket mapped to a Windows drive #16499
Unanswered
Heliolicity
asked this question in
Q&A
Replies: 1 comment
-
Normally, this should work without issues if the API supports network drive access and the application doesn't run as a Windows service application. For more information regarding the Windows service limitation, refer to the Windows tab within the Operating System Specific Issues section on the Mountain Duck known issues page within our wiki. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
As the title suggests, I've mounted an S3 bucket as a Windows drive on my local machine at location D:\
I have a small Java application that I've written to scan the contents of any Windows drive or folder I specify. None of the files or folders on the mapped drive are found when using the java.nio.Files API. Does Mountain Duck provide support for this?
Beta Was this translation helpful? Give feedback.
All reactions