Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy or symlink when delocalizing a directory? #64

Open
Marlin-Na opened this issue Jun 23, 2020 · 1 comment
Open

Copy or symlink when delocalizing a directory? #64

Marlin-Na opened this issue Jun 23, 2020 · 1 comment

Comments

@Marlin-Na
Copy link
Collaborator

shutil.copytree(target, dest)

Is there a reason that we copy the directory instead of making a symlink of the directory?

@agraubert
Copy link
Collaborator

Directory symlinks aren't copied by gsutil, meaning if the localizer has a transfer_bucket enabled, it would be dropped. We can definitely update the delocalizer to do directory symlinks if there is no transfer_bucket, but that hasn't been a priority

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

No branches or pull requests

2 participants