Task Description
FileSystemProvider.copy(Path, Path, CopyOption ...) for directories is documented by Java (via Files.copy(Path, Path, CopyOption[]) as:
If the file is a directory then it creates an empty directory in the target location (entries in the directory are not copied).
The current S3FileSystemProvider just throws an exception stating that is is not yet implemented, I propose to implement it.
Tasks
The following tasks will need to be carried out:
Task Relationships
This task:
Help
Task Description
FileSystemProvider.copy(Path, Path, CopyOption ...) for directories is documented by Java (via Files.copy(Path, Path, CopyOption[]) as:
The current S3FileSystemProvider just throws an exception stating that is is not yet implemented, I propose to implement it.
Tasks
The following tasks will need to be carried out:
Task Relationships
This task:
Help