Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

copyObject problem with directories #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ukeller
Copy link

@ukeller ukeller commented Jul 25, 2018

when copying from src to dest, if src is a directory and dest doesn't exist,
the dest parent will be created as a file instead of as a directory.
This results in a FileAlreadyExistsException in the call to copyTo on line 137

@shuttie shuttie self-requested a review May 25, 2020 12:08
Copy link
Contributor

@shuttie shuttie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test for this case?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants