-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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:
- S3FileSystemProvider.copy(Path, Path, CopyOption...) should copy directories non-recursively, as documented by Java.
- Include unit tests.
Task Relationships
This task:
Help
- Our chat channel
- Points of contact:
Metadata
Metadata
Assignees
Labels
No labels