-
Notifications
You must be signed in to change notification settings - Fork 942
Open
Description
Is your feature request related to a problem? Please describe.
I have a folder with symlinks. upload_large_folder currently doesn't work with that.
Describe the solution you'd like
| (path.relative_to(folder_path).as_posix() for path in folder_path.glob("**/*") if path.is_file()), |
Describe alternatives you've considered
Make it possible to upload_large_folder into paths other than the root. There's no other way to upload multiple large folders to one repo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels