Task Description
We need to implement support for copying directories in the org.carlspring.cloud.storage.s3fs.S3FileSystemProvider class, as this currently only works for regular files and does not check if the paths are directories in order to recurse into them.
Tasks
The following tasks will need to be carried out:
Help
Task Description
We need to implement support for copying directories in the
org.carlspring.cloud.storage.s3fs.S3FileSystemProviderclass, as this currently only works for regular files and does not check if the paths are directories in order to recurse into them.Tasks
The following tasks will need to be carried out:
org.carlspring.cloud.storage.s3fs.S3FileSystemProviderand propose the most efficient way to do this.Help