We know the AWS transfer manager is able to copy directories to s3. But, is it possible for us to copy from a folder on remote SMBV2 share using a Java application? and we access that share using java library of smbj https://github.com/hierynomus/smbj.
I was able to achieve single file uploads by reading from directory file by file. But want I to leverage Transfer Manager directory upload. So, is it possible to copy a Directory on remote share to s3 using Transfer Manager?